Hello, the videos on my product page are way too tall.
I’ve tried Googling for this solution but there are literally no answers to this problem.
The Dawn theme doesn’t even have the option to upload embed video media to product “Media” section.
Is this any simple code to reduce the height?
@Beautifina Go to assets/base.css and paste below css at bottom of file.
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer
{
height: 80% !important;
}
Hello thanks so much for helping!
I just pasted your code but it still doesn’t work. I’ve kept the code up so you can see the problem.