Reputation: 5042
Is it possilble to set an image width equal to another images using css only
image 1 might be any size, after loaded image 2 size will be adjust according to image 1
Upvotes: 0
Views: 150
Reputation: 14575
If they share a container, you can do something like this:
http://jsfiddle.net/qVfsa/1/
Upvotes: 1