2016年12月17日 星期六

Image auto resize

image-auto-resize
--
參考連結內的解決方法

另一招更棒!!
How to resize images proportionally / keeping the aspect ratio?
---
CODE:

  1. <div style="height: 100px">
  2. <img src="http://www.getdigital.de/images/produkte/t4/t4_css_sucks2.jpg"
  3. style="max-height: 100%; max-width: 100%">
  4. </div>

沒有留言:

張貼留言