Reply To: SquareOne background images not sizing properly on iPad and iPhone

Homepage Community Forums SquareOne Theme Support SquareOne background images not sizing properly on iPad and iPhone Reply To: SquareOne background images not sizing properly on iPad and iPhone

#14847
Eric
Customer

    Yes he had it fixed a while ago, it was just the tablets that weren’t scaling the background images properly. The images were “zoomed in” and pixely for some users, but is all fixed now. Were just waiting on the final update. Although you won’t need to wait for the update, you can just add the code below to your responsive css –

    /* Desktops, laptops and iPads (landscape)
    --------------------------------------------- */
    
    @media only screen and (max-width: 1140px) {
    
    	.head-bg,
    	.home-feature-1,
    	.home-feature-2,
    	.home-feature-3,
    	.home-feature-4,
    	.home-feature-5,
    	.home-feature-6,
    	.home-feature-7,
    	.footer-widgets {
    		/*-moz-background-size: auto;*/
    		/*-webkit-background-size: auto;*/
    		background-attachment: scroll;
    		/*background-position: center;*/
    		/*background-size: auto;*/
    	}
    
    }
    

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com