Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Alex

    (@ziher4)

    You can control max_modifier and min_modifier variables inside /wp-content/plugins/wpave-font-resizer/script.js file, lines 4 and 5.

    Thread Starter mbadawysw

    (@mbadawysw)

    Can you please let me know what are the values to make the max font infinity as it is not maximized to unlimited font and I tried to change the max_modifier to 10 but it doesn’t change it..

    Plugin Author Alex

    (@ziher4)

    You just need to replace line number 4 with:
    var max_modifier = 10.0;

    Thread Starter mbadawysw

    (@mbadawysw)

    jQuery(document).ready(function ($) {
    var modifier = 0.1;
    var current_modifier = 1.0;
    var max_modifier = 10.0;
    var min_modifier = 0.7;
    var zoom_level = 0;

    I did that but it is not working.

    Plugin Author Alex

    (@ziher4)

    That’s correct, this code is tested and working, and please make sure to clear any cache you might have in place. Also, you can share your website URL so I can take a look if you are still having trouble.

    Thread Starter mbadawysw

    (@mbadawysw)

    Yes, It was Caching..
    Thank you so much!

    Plugin Author Alex

    (@ziher4)

    Glad you worked it out!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Make the fonts more larger with no limit’ is closed to new replies.