I have a site built from an imported default Enfold shop. All is good except the product images on mobile are too large. How can this be fixed? Can I specify different sized images for mobile only?
Hey crtdude,
Please provide a link to the site in question so we can look into this further.
Best regards,
Jordan Shannon
Please see private content link. Thanks in advance for looking into this.
Hi,
I am not seeing the images as abnormally large. Can you provide a screenshot on your to show an example of what you are seeing? Or, let me know about the size you are looking to achieve.
Best regards,
Jordan Shannon
I cannot upload screenshots here as you well know. Anything over 768 pixels they look just fine, drag your browser window to 767 and the photo is huge – it should be much smaller.
Hi,
You can link to a screenshot using any online service that is fine. This is what I am viewing from the mobile screen: https://snag.gy/BJI5lM.jpg
Best regards,
Jordan Shannon
You are on the products page. I am talking about the single product page. Click on a product.
Hi,
Add the following to quick css:
#top .product div.images img{
width:70%!important;
max-width:70%!important;
margin:0 20%!important;
}
Let me know if this works.
Best regards,
Jordan Shannon