You can control max_modifier and min_modifier variables inside /wp-content/plugins/wpave-font-resizer/script.js file, lines 4 and 5.
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..
You just need to replace line number 4 with:
var max_modifier = 10.0;
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.
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.
Yes, It was Caching..
Thank you so much!