How can we maintain flexibility of images in a given width,
Example:I have a div width of 500px right now i have placed 4 images in that in future i will add 4 more images to same div the images should flexibly fit in that width
How can we maintain flexibility of images in a given width, Example:I have a
Share
Set the div width to width:auto; dont restrict it to 500px!