vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte. [NOT MAINTAINED]
https://svelte-grid.now.sh/
MIT License
970 stars 58 forks source link

min height based on width. Fixed ratio #135

Open fabiot21 opened 1 year ago

fabiot21 commented 1 year ago

Is it possible to have a fixed ratio? like a minimum height based on width

Thanks!

WbaN314 commented 1 year ago

Assumed you mean the height of any single row based on the width of the grid this should be possible based on a combination of the on:resize event listener and the rowHeight property.