I moved the description down below the photos, and then I embedded a YouTube video in the description, but it shows too wide on mobile vision, so I tried to add the below code in base.css.
It can not show the full screen.
iframe {max-width: 100%;}
And then I changed the code to:
iframe {
max-width: 100%;
height: auto;
}
Then the height is too much, anyone can help? please.



