Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #641091

    Hi there
    is there anyway to insert a Video Fullscreen Slider but reduce the visible height (cropping) of the video to only 50%?

    I can do this with Color Section as well, but I don’t have so nice video overlays…

    Would be glad for any help
    thanks

    #641103

    Hey Viramedia!

    Thanks a lot for using enfold.
    can we please take a look at what you want to do live, so we can understand exactly and provide the code that is needed?

    Thanks a lot!

    Cheers!
    Basilis

    #641207

    Hi Basilis
    Please take a look at
    http://viramedia.de/agentur/netzwerk/

    I used color section now with only 50% of heigth, but I would prefer to use the fullscreen slider since it has overlay features for videos
    Thanks

    #641851

    Hi,

    Please create a test page with the full screen slider so that we can inspect the issue. And a screenshot will help.

    Best regards,
    Ismael

    #643312

    Hi Ismael
    I have updated the page

    There is a fullscrren slider now on top. Is there any way that the play bar ov vimeo is not displayed and that the height of the fullscreen slider can be reduced to only 50% of the normal video height?

    Thanks for your help

    #643777

    Hi,

    Is there any way that the play bar ov vimeo is not displayed

    In the full screen slider settings, enable the “Hide Video Controls”.

    and that the height of the fullscreen slider can be reduced to only 50% of the normal video height?

    You can decrease the video size with the following:

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

    Best regards,
    Ismael

    #646270

    will it change only the single fullslider or all sliders on all pages?

    #647155

    Hi,

    The code Ismael sent will change all full screen sliders, but if you only want it to apply to one slider/page then please link directly to it so that we can find out that the page id of that page is.

    Regards,
    Rikard

    #647423

    Thanks I kept on using the color seciton. its the better way.

    #647816

    Hi,

    Ok great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

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