-
Notifications
You must be signed in to change notification settings - Fork 954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clock sizing #287
Comments
Hey This might help, its sass version for small clock. `
` |
Easy way of changing size. Just add this CSS:
Works for me. |
see this comment |
I just do this and it works fine: #clock-wrapper{
transform: scale(0.5);
} |
this will still create problem in iPhone/Safari
|
This code has been rewritten entirely in the new version on the js-es6 branch. I would recommend checking out the new branch. The examples have mostly been updated so they should work. I'm interested to know if this issue is still a problem on the new version. I haven't had time to make a proper responsive clock example, but I will soon. |
Is there an easy way to scale the clock smaller or larger other than manipulating the CSS?
The text was updated successfully, but these errors were encountered: