Please check homepage on mobile (url in private area).
If the play button is clicked a video pop-ups (all enfold options), and it is playing a Youtube video.
However on iphone IOS it is working fine, but if I use a Samsung 10 android, The video is almost at the bottom of the screen and I have to browse first to play it.
It seems it handles this completely different ?
Any solution
Hey badoes,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
#top.home .mfp-wrap.avia-popup.mfp-ready {
height: auto !important;
}
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
Thanks for trying helping me out.
I will check your solution I’ll let you know.
Regards
Bart