I’m having trouble with an image getting cut off in some screen sizes, but it’s fine in others. I just want to be able to specify that the top of the image should not be cropped, and maybe take from the bottom instead?
Your image is not technically being cropped. Since you have the image set to object-fit: cover; the image is set to take up the width of the element it is inside of. You would be best to upload and use an image formatted to the right size.
I notice for your site you are using a lot of inline styles, if you are new to Bootstrap Studio I would recommend checking out this short YouTube video that goes over some of the basics, its definitely worth it! Creating a Website with Bootstrap Studio (Tutorial) - YouTube
Applying object-position: right top; to the image also does the trick, but bare in mind that users to this page will have to download the whole image, even though only part of it is not shown, hence why cropping your image to size and then uploading it would be the best method.
I hope this is useful though, feel free to reach out again if you need a hand! Hope you enjoy Bootstrap Studio!