-
AuthorPosts
-
November 19, 2023 at 2:24 am #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?
November 19, 2023 at 2:51 pm #1425976Hey 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,
MikeNovember 19, 2023 at 5:08 pm #1425989Thanks 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
November 19, 2023 at 5:18 pm #1425991Hi,
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,
MikeNovember 19, 2023 at 7:09 pm #1425995I 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 alwaysNovember 19, 2023 at 7:38 pm #1425997Hi,
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 filesBest regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.