Banner does not show right

Solved

Banner does not show right

Antonynex
Explorer
76 3 7

Dear people,

i tried everything includung different sizes banners, coding but somehow i can not seem te get my new made baner to show right on my website keeping the same aspect ratio. Whatever i do it keeps showing it blurry or wrong size and apect ratio my website is https://lucky4voeter.nl  paswrd: Temp12 can someone help me to fix this please.

 

Thank you so Mutch!

Accepted Solution (1)
Antonynex
Explorer
76 3 7

This is an accepted solution.

Thank you so Mutch, these codes do work properly ! Verry mucht appriciate your time effort and help !

View solution in original post

Replies 7 (7)

CodingFifty
Shopify Partner
903 136 164

Hi @Antonynex,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

img.carousel-item-img.d-none.d-lg-block {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Antonynex
Explorer
76 3 7

Do ii need to add the code on every one of those files or in just one of them ?

CodingFifty
Shopify Partner
903 136 164

One of them @Antonynex 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Antonynex
Explorer
76 3 7

Thank you so mutch it seems to work on the desktop version, but not on the mobile version, do you have a solution for that to  Please ?

CodingFifty
Shopify Partner
903 136 164

Try this code.

img.carousel-item-img.d-lg-none {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

img.carousel-item-img.d-none.d-lg-block {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
Antonynex
Explorer
76 3 7

This is an accepted solution.

Thank you so Mutch, these codes do work properly ! Verry mucht appriciate your time effort and help !

CodingFifty
Shopify Partner
903 136 164

Please mark my solution @Antonynex 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com