• Hello, plugin author, thank you for releasing such easy-using plugin!

    Here I have some recommendations for you, may let you plugin more user friendly.
    EX: in reading-progress-bar/public/js/rp-public.js file, I can change

    
    docHeight = $(document).height();
    

    to

    
    docHeight = $("div.entry-content.clr").height();
    

    for changing the calculation basis of height of content, But it will disappear after upgrading.

    If possible, Is it OK for you adding the height option basis except of the whole page height.

    Thank you for your time!

    The page I need help with: [log in to see the link]

  • The topic ‘Use Content size like #entry-content as the page height option’ is closed to new replies.