html - How to resize <img> in <div> with float:left? -


i've got problem, how automatic resize height of in .

here i'am trying make pure css slideshow, , works, when scale browser window width changes , height - doesn't. why? , how fix this?

more of i'll try use different hack/advices , use lot of them here, didnt work. when change width manualy(in css), height changes.

how change height dynamic in examples?

p.s. sorry bad english...i hope understand me...

now have check

if remove this

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 

than slider ok ...


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -