Thread
:
CSS Image resize question
View Single Post
06-12-2012, 12:55 AM
Nevet
Registered User
Industry Role:
Join Date: Dec 2011
Posts: 10
You can use max-width to prevent the image from bleeding over the edge of the display area.
Code:
#sized img { max-width: 100%; }
Nevet
View Public Profile
Find More Posts by Nevet