ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

feature(option): maintain aspect ratio #531

Open mdconaway opened 8 years ago

mdconaway commented 8 years ago

change gridster constructor to accept a new parameter 'maintain_aspect_ratio:boolean' that defaults to false and modify method 'on_resize' to force aspect ratio if feature is enabled

Closes #530