Since i added a product video on my product page it started glitching. When the video plays it decreases in size and will be shown very small. How could i fix this problem?
see photos for a refference:
website: www.fluffswiper.com
Since i added a product video on my product page it started glitching. When the video plays it decreases in size and will be shown very small. How could i fix this problem?
see photos for a refference:
website: www.fluffswiper.com
Hello @Alex365 ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
.product video {
max-height: 100% !important;
}
Thanks