How can I adjust my slide image to fit properly without quality loss?

How can I adjust my slide image to fit properly without quality loss?

katjoyce
Tourist
21 0 0

Hi! Can someone please help me fix the size of my slide image so that it fits properly & nothing is cut off? I've tried making the image smaller but when I do that, it changed the picture quality to very poor. I use the Studio theme. Thank you!

Replies 2 (2)

GemPages
Shopify Partner
5625 1262 1279

Hello @katjoyce 

It's GemPages support team and glad to support you today.

 

You can follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below: 

 

@media screen and (min-width: 750px){
  .banner--small:not(.banner--adapt) {
     min-height: 62rem;
  }
}

 

Let us know how it works for you.
Best regards,
GemPages Support Team

 

 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
katjoyce
Tourist
21 0 0

it didn't work