Top "Background-size" questions

The background-size CSS property specifies the size of the background images.

How to emulate background-size: cover on <img>?

How can I resize and reposition the image inside a box, in such way that it covers the entire box, …

javascript jquery math background-size
CSS background-size: cover + background-attachment: fixed clipping background images

I have a list of figures containing background images. Something like the following: <ul> <li> <…

css background-image background-attachment background-size
background-size: cover not working in portrait on Android tablet

I'm using the background-size property for a full width and height background image but having trouble getting it to fully …

android css google-chrome cover background-size
Background-size with SVG squished in IE9-10

I have a div set with a background image: <div>Play Video</div> with the following …

css svg internet-explorer-9 internet-explorer-10 background-size
Fit div size to background image

I'm trying to set the size (both width and height) of a div to match it's background image size, but …

css responsive-design background-size
background-transition with background-size: cover

This may already be answered somewhere but I haven't found yet after a bit of searching. I have a series …

html css transition background-size
Transition on background-size doesn't work

I'm trying to put a transition on my background-image on hover. This is my Code so far: HTML <div …

css css-transitions background-size
What is the difference between background-size: cover; and background-size: 100%;?

When i set the background-size property from an image of a div to background-size: cover; or background-size: 100%;, the both look …

css background-size
Background-size: cover on hover zoom transition

I want to make zoom effect when user hover link (div) with image background. I don't know how to do …

html css background-size
background-attachment: fixed not working on Safari

I've got the following code running on an element that spans 100% of the browser: #section_white { background-attachment:fixed; background-image:url(…

css safari cross-browser background-attachment background-size