Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #287896

    good morning,

    can anyone instruct me how to make the video fullscreen without being zoomed when enetered as a fullwidth slider?

    Cheers
    Isaac

    • This topic was modified 10 years, 4 months ago by curmi01.
    #288011

    need this quite urgent guys :(

    #288608

    Hi!

    I recommend to use the “fullscreen slider” instead of the “fullwidth slider” if you want to display the video fullscreen: https://www.clipular.com/c/4723144656945152.png?k=FAoOC9uc8LnZADZBbuybMFcZEM8

    The fullwidth slider will only stretch it to 100% of the screen width and will not take care of the height. Please not the browser scales the video based on the screen resolution. There’s no way to limit the video size.

    Best regards,
    Peter

    #288628
    This reply has been marked as private.
    #288759

    Hi!

    Thank you for the update.

    Please use this on Quick CSS or custom.css:

    #top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo iframe {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }

    Regards,
    Ismael

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