Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
Hello @Alex365 ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code below:
.product video {
max-height: 100% !important;
}
Thanks
This is an accepted solution.
Hello @Alex365 ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code below:
.product video {
max-height: 100% !important;
}
Thanks