T
Tem
Is this possbile with css or do I need to use javascript? If so how?
<div class="a1" style="width:100%"><img src="test.jpg" /></div>
The width of the div is a variable. Can I scale the img accordingly?
img width is 80% of the width of the div
Tem
<div class="a1" style="width:100%"><img src="test.jpg" /></div>
The width of the div is a variable. Can I scale the img accordingly?
img width is 80% of the width of the div
Tem