• Resolved shahican

    (@shahican)


    Hi, is there a way i can change the position of the video thumbnail? For example to be position 2 or 3 -even though there are 5 images in gallery?

    The video thumbnail image is a little squashed (although it fits perfectly into the theme). Is there any css to ensure the video thumbnail doesnt squash?

    Also, is there a way when the video plays i can change the height or width of video but still keep it center aligned?

    Kindly let me know

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Martin Valchev

    (@martinvalchev)

    1. Unfortunately, the video thumbnail can only be placed in the first or last position in the gallery. If you have multiple videos, you can rearrange them in the product admin panel, but on the product page, videos will still appear in either the first or last position as set.

    2. You can try the following CSS to prevent the video thumbnail from appearing squashed:

    .vwg-video-wrapper img { height: auto !important; }

    This should help maintain the aspect ratio of the video thumbnail while fitting it within the theme.

    3. Changing the height or width of the video dynamically while keeping it centered is not possible within the current setup. The best option is to resize the video using an external software and re-upload it.

    Thread Starter shahican

    (@shahican)

    thank you – i will use a square video

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.