jquery-flex icon indicating copy to clipboard operation
jquery-flex copied to clipboard

Bounding container

Open jasonenglish opened this issue 12 years ago • 4 comments

Allow for grid to be contained within a bounding container.

  • Allow for optional: bottom, top, left or right edges
  • Elements won't be able to expand passed defined edges.
  • If an element would expand beyond the edge based on it's current properties, the overall size distribution is lessened to accommodate this feature. (ex: if box a expands to 500px, and resulting elements would get pushed 200px passed the right edge, the difference is lessend and distributed among affected elements so they do not go past the edge.)

jasonenglish avatar Jul 01 '12 04:07 jasonenglish

Is this feature ready? how can I use it?

villeiv avatar Oct 08 '12 18:10 villeiv

hey there, is there any news on this subject? I really need this feature.

velvetlicious avatar Oct 19 '12 19:10 velvetlicious

Currently busy with some other projects, hopefully I can get to it in the coming months. If you would like to contribute, feel free, pull requests welcome!

jasonenglish avatar Oct 20 '12 17:10 jasonenglish

Hey Jason, following up on my email -- I think I'm going to take a crack at this...it seems like the best solution would be to use the container div width (and/or height) as the boundaries.

sscovil avatar Dec 22 '12 15:12 sscovil