Hello, I already write about the YT video size issue on mobile.
I found a code that should fix it, and it works well for desktop
/* Iframe yt video product description*/
@media only screen and (min-width: 992px) {
#tab-description p iframe{
min-width:1140px;
}}
anyway the same code for mobile doesn’t work as expected, any idea to fit it?
I tried to use
@media only screen and (max-width: 768px)
@media only screen and (min-width: 480px)
@media only screen and (min-width:320px)
@media only screen and (min-width:321px) and (max-width:768px)
tried to specify costum height and width, tried to write the code in Theme Custom CSS – Mobile (0-480px), but seems that nothign works.
Anyway I see that, when you play the video, problem occurs only in AMP version.
thanks in advance for the support