ccforward / progressive-image

A progressive-image module for Vanilla JavaScript and Vue 1.0+ & 2.0+
https://ccforward.github.io/progressive-image/index.html
MIT License
379 stars 43 forks source link

代码优化问题 #2

Open rowthan opened 7 years ago

rowthan commented 7 years ago

看了下你的源代码,感觉在图片大小尺寸处理上这种做法不太优雅:通过加一个父节点通过父节点去控制图片的显示大小,这种做法有两个缺点

tomByrer commented 7 years ago

Maybe use Element.scrollIntoView() instead of watching 'mousewheel'? http://caniuse.com/#feat=scrollintoview