Hello!
Can anyone help me fix my video from showing zoomed in when playing the Mobile version, this is the page:
https://www.mokaipaws.com/pages/algae-oil-ads-landing-page
Thanks!
Hello!
Can anyone help me fix my video from showing zoomed in when playing the Mobile version, this is the page:
https://www.mokaipaws.com/pages/algae-oil-ads-landing-page
Thanks!
Hi @apalacio
Add the below style at the end of base.css file
@media(max-width: 767px){
external-video.video-wrapper.video-wrapper--cover.became-visible {
--video-height: auto !important;
}
iframe#player-template--16211593330925__16572146045b56e940 {
width: 100% !important;
height: 100% !important;
}
}
Thank you so much! Worked perfectly.