Dawn 15.1.0 banner image blurry

Solved

Dawn 15.1.0 banner image blurry

Tokiethebear
Visitor
2 0 2

Hello, I am using dawn version 15.1.0 and I managed to split the desktop and the mobile banner image into two separate images using the code below. However, the images are coming out slightly blurry. does anyone know of a solution to this problem? Thank you in advance.

 

.banner__media:first-child {
    width: 100%;
}
.banner__media+.banner__media {
    display: none;
}
@media screen and (max-width: 749px) {
    .banner__media:first-child {
        display: none;
    }
    .banner__media+.banner__media {
        width: 100%;
        display: block !important;
    }
}
@media screen and (max-width: 749px) {
    .banner__content::before{
        padding-bottom: 150% !important;
    }
}
 
Let's get creative!
Accepted Solution (1)

PageFly-Richard
Shopify Partner
4661 1068 1725

This is an accepted solution.

This is Richard from PageFly - Shopify Page Builder App

 

Hi @Tokiethebear  can you check the image size again? The reason the image is blurry is because the image size is small and when applied to a large screen, it will be blurry.

Thank you.

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Richard
Shopify Partner
4661 1068 1725

This is an accepted solution.

This is Richard from PageFly - Shopify Page Builder App

 

Hi @Tokiethebear  can you check the image size again? The reason the image is blurry is because the image size is small and when applied to a large screen, it will be blurry.

Thank you.

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Tokiethebear
Visitor
2 0 2

Yeah I did do some tweaking to the image sizes this morning and that seemed to have done the trick. thank you, and I do apologize for wasting your time.

Let's get creative!
PageFly-Richard
Shopify Partner
4661 1068 1725

No problem , You are always welcome. Have a nice day !

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.