How can I enlarge the video on my screen?

How can I enlarge the video on my screen?

redmlg87
New Member
4 0 0

 

 

image_2022-10-19_230432107.png

 

 

How do make the video bigger?

Replies 5 (5)

Wish-It
Shopify Partner
151 37 41

This would require adding CSS, could you please share the store link so we can have a look and provide you a solution. If you want, you can create it as a task on our app, the first task is free.

I am founder of WishIt.app, you can create any theme edit task on our app - WishIt.app : Custom CSS / JS and we will do it for you. The first task is FREE!

Don't forget to checkout our reviews on Shopify AppStore.
redmlg87
New Member
4 0 0

the-zvezda.com

Cedcommerce
Shopify Partner
718 77 116

Hello @redmlg87,

 

Thank you for your response. 

To resolve this issue, you need to add the below-provided code in your theme.css file:-

 

Follow the below steps to resolve this issue.

 

  • Go to your Shopify admin > Sales channel > Online store
  • Select your theme > Click on actions > Edit code
  • Open theme.css file from the assets folder
  • Copy & paste the below code after the last line of your code in theme.css file
  • Later, save the changes

 

Here is the code:-

@media screen and (max-width: 767px)

    .videoBackground .fullscreen-video-wrap {

          position: relative !important;

          min-height:  482px !important;

    }

}

 

Let us know if it works, if you need any other help please get in touch and we will resolve it for you. 

 

All the best, 

CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here

Cedcommerce
Shopify Partner
718 77 116

Hello @redmlg87,

 

Could you please share your store URL so we can check the issue and let you know the exact solution for the problem? 

 

Regards, 

CedCommerce

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here
redmlg87
New Member
4 0 0

the-zvezda.com