Home Forums Basel support forum Product Image Size Settings

Product Image Size Settings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1823

    videoopp
    Participant

    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/

    #1828

    Artem Temos
    Keymaster

    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.

    #1834

    videoopp
    Participant

    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/

    #1843

    Artem Temos
    Keymaster

    Sorry, it is our mistake. Change second line to this

    .product-image-summary .entry-summary { width: 62%; }

    #1845

    videoopp
    Participant

    Awesome! Thanks.

    #1851

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Product Image Size Settings’ is closed to new replies.