Product Image Size Settings
-
Hi,
In my site I am marketing Video and Still Images. Your Theme settings allow for the options of small, medium and Large for Product Image size.
Unfortunately, I find the small option a little small, especially for my video previews, but the Medium setting to be too large, especially for my vertical still images.
Is there a way for me to set more specific settings for Product Image size for video previews, independent of changing the settings for Still images, using CSS?
Thanks
Video Preview Sample:
http://worldviewstock.com/product/consult-with-doctor-in-ethiopia-2/
Hello,
We understand your issue. Try to add the following code snippet to the Custom CSS section in Theme Settings but only for desktop
.product-images { width: 38%; }
.product-image-summary entry-summary { width: 62%; }
This should help you.
Hey,
That helped bring up the size of the video previews. Thanks for your help.
Is there any way that the Title, pricing and tags can remain to the right of the preview? It is now showing below the video previews and thumbs.
Thanks
http://worldviewstock.com/product/johnson-canyon-8/
http://worldviewstock.com/product/vermont-8/
Sorry, it is our mistake. Change second line to this
.product-image-summary .entry-summary { width: 62%; }
The topic ‘Product Image Size Settings’ is closed to new replies.