Why does my product video shrink on the product page?

Solved

Why does my product video shrink on the product page?

Alex365
Tourist
12 0 3

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

Schermafbeelding 2023-09-06 om 21.13.57.png

Schermafbeelding 2023-09-06 om 21.12.18.png

Accepted Solution (1)

Guleria
Shopify Partner
3643 733 1026

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

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL

View solution in original post

Reply 1 (1)

Guleria
Shopify Partner
3643 733 1026

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

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL