Top "Background-image" questions

The background-image CSS property sets one or more background images for an element.

Responsive web design : "How to resize a background image according to browser window size using CSS"?

I am creating a site where my all products images will be re-size according to browser window size so i …

html css background-image responsive-design browser-width
iOS: Preparing background images for applications

Mostly every iOS application has a view with an image as background. Is there any image sizing guide out there? …

ios background-image
Can you animate a svg "background-image"?

I want to center a svg-image horzontal and vertical responsive to my window. So I decided to integrate the image …

html css svg background-image svg-animate
Why does a fixed background-image move when scrolling on IE?

I'm trying to make background-image fixed. As you see in my blog, the background-image is moving when scrolling on IE 11. …

css internet-explorer background-image internet-explorer-11
Calculating Viewport Height on Chrome Android with CSS

So I noticed that mobile Chrome calculates the address bar into the viewport height. Because of this using height: 100vh …

css google-chrome mobile background-image viewport
iOS 8 NavigationBar BackgroundImage

With iOS 8 the concept of just iPhone and iPad sizes along with portrait and landscape have changed and therefor setting …

ios uinavigationbar ios8 background-image
Prevent fixed-position background-image: cover from resizing in mobile browsers upon address bar hide

Sorry for a lack of example on this one, but I figure it's easy enough to understand. I have a …

html css background-image mobile-browser cover
Background image in Html Table for Email Template

i am using background image in html email template, problem is this <table style="background:url('http://i1298.photobucket.…

html css background-image html-email newsletter
CSS background-image not working properly on android mobile

This is the code I am using at the moment: background: url(myimage.jpg) no-repeat center center fixed; background-size:100% 100%!important; …

android css background-image cover
Width of element with 'white-space: nowrap' doesn't adjust to child content

I am trying to create a horizontally scrolling pane with (tiling) background image, using overflow-x: scroll & white-space: nowrap. The …

css overflow background-image panel nowrap