How do I find out the exact measurements needed for my Collection Banner Image?

Is there a way for me to find out the exact measurements of the collection Banner Image?

Somewhere in the code perhaps?

I’ve tried all the recommended sizes, but it still gets cut off in the worst areas.

website URL: www.comvita.com.ph (Debut Theme)

@dfmkt20
hii,
its collection banner size 1663px by 676px so please create collection banner this size

Thanks for the reply @oscprofessional , however it still gets cut off on mobile, is there a way to resolve this issue?

It looks okay on Desktop, but bad on Mobile

@dfmkt20 ,

@media only screen and (max-width: 749px)
.slideshow__text-wrap.slideshow__text-wrap--mobile {
    top: 0.9rem;
}
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

@dfmkt20 ,

Hi Dear,

You have shared the screenshot, as I did not find the screenshot.

@oscprofessional Still doesn’t work. unfortunately :disappointed_face:

@dfmkt20 ,

Pls share the exact URL

https://comvita.com.ph/collections/kids-health

@dfmkt20 ,

.collection-hero__image.ratio-container.js.lazyloaded {
background-size: 100%;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like