Flowtype Working Without Options
-
Hello,
I’m using Flowtype for responsive font. It works fine, but it’ll stop working when i enter the options. Here is the code:
<script> jQuery(document).ready(function(){ jQuery('body').flowtype(); minimum : 500, maximum : 1200, minFont : 12, maxFont : 40, fontRatio : 30 }); </script>
I have to leave it blank (look below) for it to work.
<script> jQuery(document).ready(function(){ jQuery('body').flowtype(); }); </script>
The enqueue is fine and works great. It’s just options that I can’t use.
- The topic ‘Flowtype Working Without Options’ is closed to new replies.