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

    Is is still not possible to have a video on mobile using full width easy slider? I really need the video on mobile to automatically play like this website https://cnwglobal.com/

    How do I achieve this?

    #1425976

    Hey navindesigns,
    This is correct, you will need to use a plugin or script to “hack” around this browser limitation.
    For a while the LayerSlider was a workaround, but I’m not sure that it still works for all browsers, or for how long it will keep working.
    To be future proof you may what to try converting your video clip into a high quality portrait layout gif and display it on your mobile devices.

    Best regards,
    Mike

    #1425989

    Thanks Mike

    I tried the gif approach which I think works well but I have one issue which I am hoping you can help with

    How can I move the caption/button down a little so it is centered? see screnshot below

    #1425991

    Hi,
    Glad to hear, I see that you have this custom css:

    .av_slideshow_full .slideshow_inner_caption {
        padding-bottom: 100px !important;
    }

    If you remove this bottom padding the button will move down.

    Best regards,
    Mike

    #1425995

    I wanted to keep it for desktop
    I adjusted the code to the following

    @media only screen and (min-width: 769px) {
    .av_slideshow_full .slideshow_inner_caption {
    padding-bottom: 100px !important;
    }
    }

    but it did not apply to the desktop version. Please note I am using two separate slider on the page (one for desktop and one for mobile). could that be the reason why?
    thanks as always

    #1425997

    Hi,
    I didn’t find the css in your compressed css file, but when I test by injecting it, it seems to work. Try adding it to your WordPress ▸ Customize ▸ Additional CSS and see if it works then, it’s probably a caching issue and you could try disabling your Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable your Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files

    Best regards,
    Mike

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