Slideshow images fit to desktop but not to mobile

Solved

Slideshow images fit to desktop but not to mobile

LShop4
Tourist
6 0 3

Hi

With the slideshow images below the main menu, they fit to desktop ok but not to mobile. Can anyone advice please?

 

URL Wholesalers UK | Leigh Shop

 

Thanks

Accepted Solution (1)

qasim_dev1
Shopify Partner
696 47 89

This is an accepted solution.

Please paste this code in the end of base.css file.

@media (max-width: 767px) {
    .hero-container .bg-container img, .hero-container .bg-container svg {
        aspect-ratio: auto !important;
    }
}

- Need a Shopify Specialist? Chat on WhatsApp Or Email at workflowsitedeveloper@gmail.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

View solution in original post

Replies 3 (3)

qasim_dev1
Shopify Partner
696 47 89

This is an accepted solution.

Please paste this code in the end of base.css file.

@media (max-width: 767px) {
    .hero-container .bg-container img, .hero-container .bg-container svg {
        aspect-ratio: auto !important;
    }
}

- Need a Shopify Specialist? Chat on WhatsApp Or Email at workflowsitedeveloper@gmail.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

LShop4
Tourist
6 0 3

perfect thanks

qasim_dev1
Shopify Partner
696 47 89

I am happy that I would fix the issue.

If you need more help fee l free to ask me.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp Or Email at workflowsitedeveloper@gmail.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee