vuegg icon indicating copy to clipboard operation
vuegg copied to clipboard

Add support for responsive

Open roguexiaohuihui opened this issue 7 years ago • 2 comments

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

roguexiaohuihui avatar Feb 14 '19 01:02 roguexiaohuihui

bump

lucasvazq avatar Oct 21 '19 03:10 lucasvazq

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.

gdevdeiv avatar Jul 04 '20 15:07 gdevdeiv