How to adjust product page image to focus on top?

How to adjust product page image to focus on top?

samueljoonjung
Tourist
38 0 3

For the product page, I want the mobile version to show the top parts of the photo so you can see the faces. It looks good on desktop. But on mobile, if i use the full body shot then it looks awkward because then there is a whole bunch of white space. So what I want to do is to have it be full on mobile like I already have but instead of focusing on the center, it focuses on the top so it shows the face. Is there anyway to do this? My url is www.whoglobal.shop. Any help would mean a lot!

 

Desktop:

samueljoonjung_1-1740605770420.png

Mobile:

*Good because it fills the whole frame but bad because it doesn't show face.

samueljoonjung_0-1740605466851.png

Bad because it doesn't fill the whole frame

Screenshot 2025-02-26 at 4.39.23 PM.png

 

Replies 5 (5)

ToolboxStudio
Shopify Partner
17 0 4

Hi,  You can try adding a focal point to the image.  Go to your dashboard - Products.  Click the image of the product you want to add a focal point to. Let me know if that works.

 

Toolbox-Studio-Dev-·-Products-·-The-Collection-Snowboard-Liquid-·-Shopify.jpgToolbox-Studio-Dev-·-Products-·-The-Collection-Snowboard-Liquid-·-Shopify(1).jpg

If this fixed your issue please Like and Accept as Solution is highly appreciated. Coffee tips fuel my late night support scrolling.
Get more Shopify tips and help—visit Visit toolboxstudio.ca
samueljoonjung
Tourist
38 0 3

This didn't work

ToolboxStudio
Shopify Partner
17 0 4

Try - Desktop media width "SMALL" with  media fit "FILL"
Screenshot 2025-02-26 at 7.58.29 PM.png

If this fixed your issue please Like and Accept as Solution is highly appreciated. Coffee tips fuel my late night support scrolling.
Get more Shopify tips and help—visit Visit toolboxstudio.ca
samueljoonjung
Tourist
38 0 3

Didn't work

ToolboxStudio
Shopify Partner
17 0 4

Hi,
You can try the following code in the css section.

@media only screen and (max-width: 749px){
.product-media-container .media {
padding-top: 75% !important;
}
}

 

If this fixed your issue please Like and Accept as Solution is highly appreciated. Coffee tips fuel my late night support scrolling.
Get more Shopify tips and help—visit Visit toolboxstudio.ca