Search code examples
jqueryjscrollpanejquery-jscrollpane

JScrollPane: Adjust scroll position after increasing the font size of the inner text


I am increasing the font size of the inner text. After increasing the font size how can I maintain scroll position?


Solution

  • How are you increasing the inner text? through the browser's font-size options, or through an interaction?

    http://jscrollpane.kelvinluck.com/scroll_to.html

    You could use scroll_to to change the position as you alter the font size...