How can i remove the black areas from the video

Solved

How can i remove the black areas from the video

Monkatauua
Tourist
12 0 1

Hello i use motion as a theme and when i open my website on phone it has that wierd black areas around the clip 

Monkatauua_1-1719506861023.png

can someone help me remove them?

Accepted Solution (1)

Moeed
Shopify Partner
7147 1932 2354

This is an accepted solution.

Hey @Monkatauua 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.hero__media iframe {
    height: 120% !important;
    top: -5%;
}
}
</style>

RESULT:

Moeed_0-1719507782708.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

niraj_patel
Shopify Partner
2391 516 515

Hello @Monkatauua 
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

BSSCommerce-B2B
Shopify Partner
1972 564 568

Hi @Monkatauua 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Moeed
Shopify Partner
7147 1932 2354

This is an accepted solution.

Hey @Monkatauua 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.hero__media iframe {
    height: 120% !important;
    top: -5%;
}
}
</style>

RESULT:

Moeed_0-1719507782708.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications