naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
937 stars 81 forks source link

Intent to implement 'adaptiveHeight' option #392

Closed netil closed 7 years ago

netil commented 8 years ago

Description

If each panel height value are different, flicking area can't not be fitted accordingly. Supporting adaptiveHeight as option to solve that situation.

new eg.Flicking("#some", {
    adaptiveHeight: Boolean (default false)
}