• Resolved Rovanov

    (@rovanov)


    Dear all in One!

    I have two questions:

    Is it possible to adjust the preview image in a post? For example to adjust the size or to align right?
    Like a normal image into a post?

    Is it possible to open a pop-up video by clicking on a text?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    1. Is it possible to adjust the preview image in a post? For example to adjust the size or to align right? Like a normal image into a post?

    This should be possible by writing some custom CSS code. But, your website link doesn’t give me any idea on how you need this. Please get me a screenshot with markings that explain the changes you need exactly. So, we can assist you with this.

    2. Is it possible to open a pop-up video by clicking on a text?

    Sorry, the POPUP video on our current version works only when click on a thumbnail from the gallery layout.

    Thread Starter Rovanov

    (@rovanov)

    Oops…I have noticed before that you are very quick with a reply!
    Thank you for that.
    Sorry, I can’t make a screenshot right now because I’m on the road.
    But will do so at the weekend.:-)
    Thanks.

    Thread Starter Rovanov

    (@rovanov)

    Sorry to be so slow back, So no rush, apparently. 🙂

    No, I think we misunderstood each other. For example, I use the shortcode in a normal wp-post. Then the thumbnail is centered in full width in the post.
    What I meant was, can I change parameter that, for example, align the thumbnail to the right and have a different size?

    Like this post.
    https://wakkermens.info/steeds-meer-inzicht-in-het-corona-virus/#more-54908
    Like the first image in this post. I would also like to use the video thumbnail in the same way to activate a video pop-up.

    Thanks and greetings
    Rovanov

    Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Thanks for explaining in detail.

    1. Positioning the thumbnail,

    Sorry, there is not any parameter to adjust the position of the thumbnails output by the shortcode. But, still this can be achieved by wrapping our shortcode inside a div container, add some CSS styles to the div container and align the shortcode to where you need.

    2. Changing the thumbnail size,

    I guess the shortcode outputs only one thumbnail. Then, the thumbnail will scale (width) 100% to the div container. So, adjusting the div wrapper’s width will also affect the thumbnail size. To control the thumbnail height, you can use the “ratio” parameter in the shortcode,

    Example: [aiovg_videos ratio=”75″]

    3. Opening the video in a popup,

    Simply use the template=”popup” parameter in the shortcode.

    Example: [aiovg_videos include=”2″ template=”popup”]

    The “include” parameter in the above shortcode belongs to the Video ID. So, only the video with the ID “2” is output by the shortcode.

    Also, the “popup” template is a PRO feature. So, you must have our PRO subscription to get this work.

    Hope this helped you!

    Thread Starter Rovanov

    (@rovanov)

    WOW!
    Thank you very much for the detailed explanation! With the div container, I will be able to do it that way.

    Thanks a lot, solved.

    Greetings,

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Modify the preview image’ is closed to new replies.