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

    I need a background video for mobile devices, so i created it with LayerSlider. Unfortunately there is no way to define the position of the video for desktop – the video is cut off below. Can you help me please?

    Sorry for my bad english :-)
    Regards,
    Soltner

    #1256116

    Hey Soltner,

    Thanks for contacting us and sorry for the late reply!

    I just checked your website and video is not cut off on my end on desktop. Have you figured it out already?
    If not, maybe you could create additional LayerSlider, designed for desktop and display that slider on desktop and hide it on mobile? :)

    Best regards,
    Yigit

    #1256419

    Hey Yigit!

    Thanks for your reply, no problem :-)

    I work on an iMac 21.5 ” and believe that the problem is with this screen size (see screenshot). The video is integrated in LayerSlider as a “slide background”, so I cannot influence the position via the LayerSlider menu. Is it possible to correct the position of the video via CSS?

    Thank you for the effort,
    Kind regards
    Soltner

    #1257856

    Hi,

    Thank you for the inquiry.

    Would you like to pull the video upwards on certain screens, or make sure that the bottom part of the video is visible? Please try to add this code in the Quick CSS field or in the child theme’s style.css file.

    @media only screen and (min-width: 1024px) {
        .ls-bg-video.ls-layer {
    	margin-top: -50px !important;
        }
    }
    

    And toggle or temporarily disable the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    #1257930

    Hi,

    yes, i want make sure that the bottom part of video is visible!
    Now everthing is fine, thank you very much for the kind support :-)

    Regards,
    Soltner

    #1258222

    Hi Soltner,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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