alxpez / vuegg

dnd visual editor - mockups and code in one go!
https://vuegg.github.io
MIT License
2.34k stars 392 forks source link

Add support for responsive #40

Open roguexiaohuihui opened 5 years ago

roguexiaohuihui commented 5 years ago

Currently height and width are written in pixels,This can lead to fatal experience problems if you use different browser resolutions。

This requirement is very important. I wonder if you have any good solutions to discuss or improve with us

lucasvazq commented 4 years ago

bump

gdevdeiv commented 4 years ago

You can also use percentage-based values, like 100%.

But it would be interesting to be able to play with the display property and flex. Note that this could require some kind of hierarchy... but this should be treated in another issue.