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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -