javascript - resizing flipclock.js not resizing as expected -
I am using the default clock, all I want to do is set 1 / 3 But for some reason this size is not changing as I expect
In the flip clock CSS I changed the following
.flip-clock-wrapper ul {Position: relative; Swim left; Margin: 5 px; Width: 20px; Height: 30px; Font-size: 27px; font-weight: bold; Line-height: 29px; Range radius: 6px; Background: # 000; } But the width of each ul is 40px;
If someone can point me in the right direction that it will be good ..
To fix the problem of size in FlipClock
> To fix the problem of size in the FlipClock, I leave a comment for the upcoming questionnaire. .timer {zoom: 0.5; -MOZ-transform: scale (0.5); } The line above will be less than 1/2, if you want smaller size then you can use 0.3 or whatever
Comments
Post a Comment