Hi Team Enfold
Ismael, thanks for helping out on my last thread #870548, really appreciate it.
However: While the first 2 videoslides on my clients frontpage appear as they should, the 3. and 4. videoslide absolutely does not.
Please watch my clients frontpage, will only take few seconds.
url supplied in private content along with login data.
I have tried out all css codes below (supplied by your support forum) – same result.
#top .av-video-slide video {
height: auto !important;
}
#top .av-video-slide .mejs-container {
width: 100% !important;
height: 100% !important;
}
#top .avia-video .mejs-container {
width: 100% !important;
height: 100% !important;
}
.mejs-container {
width: 100% !important;
height: 100% !important;
}
Very best regards
Hey Carsten,
Thank you for using Enfold.
Please look for the following css modification.
#top .av-video-slide video {
height: auto !important;
}
Replace it with.
#top .av-video-slide video {
height: auto !important;
top: 0 !important;
}
Best regards,
Ismael
Hi Ismael
Thanks for allways constructive approach – and a solution working :-)
Thread may be closed.
very best regards