nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
627 stars 312 forks source link

Add support for flippable content with dynamic height/width #17

Closed Download closed 9 years ago

Download commented 9 years ago

Currently, Flip fixes the width and height of the content by adding width and height styles forcing dimensions in pixels. In my fork I prepared a version of Flip that does not do this, allowing the width and height to be controlled from the stylesheet and be percentages so it shrinks/expands with the container it's in.

timcv commented 9 years ago

+1

softdays commented 9 years ago

+1 (I have to use Download's fork to flip content with dynamic height)

JemarJones commented 9 years ago

+1 This should definitely be merged, it just makes sense.