You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we want to make our lottie players accessible to people using text-only zoom, we have to push code into the lottie player shadow dom if we want to make it scale with text size.
The text was updated successfully, but these errors were encountered:
There is a variable for the toolbar height in
lottie-player.styles.ts
:lottie-player/src/lottie-player.styles.ts
Line 13 in 98be5f5
But in the two places it would be used, 35px is hard-coded:
lottie-player/src/lottie-player.styles.ts
Line 40 in 98be5f5
lottie-player/src/lottie-player.styles.ts
Line 49 in 98be5f5
Currently, if we want to make our lottie players accessible to people using text-only zoom, we have to push code into the lottie player shadow dom if we want to make it scale with text size.
The text was updated successfully, but these errors were encountered: