I have a 48x48 div and inside it there is an img element, I want to fit it into the div without losing any part, in the mean time the ratio is kept, is it achievable using html and css?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You will need some JavaScript to prevent cropping if you don't know the dimension of the image at the time you're writing the css. HTML & JavaScript
CSS
If you use a JavaScript Library you might want to take advantage of it. |
|||||||||||
|
|
Use |
|||||||||||
|
HTML
CSS
This will make the image expand to fill its parent, of which its size is set in the |
|||||||
|
|
Using CSS only:
|
||||
|
|
|
I doubt that there is any way that the CSS will resize your image.. as normally everyone designs the image and then sets the div width and height.. You are doing somewhat in the reverse direction |
|||||
|