Background image zoomed in on iPhone

Solved

Background image zoomed in on iPhone

carynk
Tourist
5 0 1

Hi! I've been trying all the solutions i could find to fix this problem but nothing works! So hopefully someone would be able to help me 🙂 

 

I am using an image for my website background (full page). It works perfectly on desktop and android but becomes super zoomed in and pixelated on iPhone. 

 

This is what it looks like on an iPhone:

WhatsApp Image 2024-09-11 at 14.49.52.jpeg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

This is what it's supposed to look like:

WhatsApp Image 2024-09-12 at 17.21.08.jpeg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

This is the code i'm using in "base.css":

 

.gradient {
background-image: url("https://cdn.shopify.com/s/files/1/0763/2335/6965/files/BG_with_noise_lo.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

@media (max-width: 767px)
.gradient {
background-image: url ("https://cdn.shopify.com/s/files/1/0763/2335/6965/files/BG_with_noise_lo_vertical.jpg");
background-attachment: unset;
}

 

 

Accepted Solution (1)
namphan
Shopify Partner
1329 164 199

This is an accepted solution.

Hi @carynk,

Please change code:

@media screen and (max-width: 749px) {
.gradient {
    background: none !important;
}
body.gradient:before {
    content: '';
    background-image: url(/cdn/shop/files/BG_with_noise_lo.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 9 (9)

Hardik2903
Pathfinder
95 8 12

@carynk  Please provide website url

carynk
Tourist
5 0 1

Hi, my website is sipsipsake.com

pw: Ftxp@2109

BSS-TekLabs
Shopify Partner
2322 689 810

Hello @carynk 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
carynk
Tourist
5 0 1

Hi! my website is sipsipsake.com

Pw: Ftxp@2109

namphan
Shopify Partner
1329 164 199

Hi @carynk,

Please change code:

@media (max-width: 767px)
.gradient {
background-image: url ("https://cdn.shopify.com/s/files/1/0763/2335/6965/files/BG_with_noise_lo_vertical.jpg");
background-attachment: unset;
}

=>

@media screen and (max-width: 749px) {
.gradient {
background-image: url ("https://cdn.shopify.com/s/files/1/0763/2335/6965/files/BG_with_noise_lo_vertical.jpg");
background-attachment: scroll !important;
}
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
carynk
Tourist
5 0 1

Hi! Thanks but it didn't work, the image was only corrected in the header but not the rest of the website. 

namphan
Shopify Partner
1329 164 199

This is an accepted solution.

Hi @carynk,

Please change code:

@media screen and (max-width: 749px) {
.gradient {
    background: none !important;
}
body.gradient:before {
    content: '';
    background-image: url(/cdn/shop/files/BG_with_noise_lo.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
carynk
Tourist
5 0 1

This worked perfectly!! Thank you so much!

namphan
Shopify Partner
1329 164 199

Hi @carynk,

If you have any questions, you can contact me directly.
Nice to meet you 😊

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com