nnattawat / flip

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

Changed wrapper height. #5

Closed zanthrax closed 9 years ago

zanthrax commented 9 years ago

The .flip element height is set to match the height of the tallest of the .front and .back elements instead of the height of both elements.

nnattawat commented 9 years ago

I think we should set the height at the root element ($('.card')) not at the front or back. Normally, front and back should have the same size as root element