zircleUI / zircleUI

🚀 zircle-ui is a frontend library to develop zoomable user interfaces.

Home Page:https://zircleui.github.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to resize z-view arbitrarily?

durygus opened this issue · comments

What issues can I inform?
Besides informing a bug, you can propose features, ideas, etc.

You can also open an issue if find something in the documentation is not clear enough.

How to inform?
Just try to explain what happens and what is expected to happen . Also, it would very useful to provide a way to reproduce the issue (JSFiddle, CodePen, CodeSandbox or provide a GitHub repo).

Please see this issue #29
z-view uses the size xxl. Maybe you can adjust the xxl property. The size is a percentage of the screen. To enable this feature, you need to install npm install zircle@1.4.0-beta.3

Thanks, but I need to set any size
ANS
I use zircle@github-trending-plus, but does it work with zircle@1.4.0-beta.3?

I think that version should work, but maybe you need to adjust the size properties as is said on #29
You can't set a fixed size for z-view since it is responsive by design.