Closed tomasts248 closed 4 years ago
Say I have a h1 {font-size: 40px;} p {font-size: 18px;} @media (max-width: 500px) { h1, p { font-size:75%; } }
Ok so for performance reasons this is not feasible with FitText, but is it doable in the form of a jquery plugin or definitively is a no-no?
Hi. We don't help with specific support questions here. This is for BUGS 🐛 that occur with the jQuery plugin.
You could maybe use regular CSS for this using em units.
em
Ok so for performance reasons this is not feasible with FitText, but is it doable in the form of a jquery plugin or definitively is a no-no?