simplefocus / FlowType.JS

Web typography at its finest: font-size and line-height based on element width.

Home Page:http://simplefocus.com/flowtype/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rescale if column width changes

fraserYT opened this issue · comments

I'm not sure if this is an error in my code or a feature request, but I have a bootstrap page with several columns. At various points when navigating around the page, the width of the respective columns changes, and smoothly animates between widths.

Flowtype is working properly when the page first loads, or when I manually rescale the page, but if the column width changes, the text doesn't rescale, it reflows instead. Is this expected behaviour or am I doing it wrong?

Is this somewhat what you are experiencing?