html - Using JavaScript to restyle a page on viewport change - inline CSS only -
i'm trying optimize heavy (jquery, jquery ui, 2-3 other libraries) marketing funnel landing page attempting follow varvy's wicked fast page guidelines.
as can see styles inlined , transferred page along inlined images. that's , support ie8 missing media query support.
while can use adapt.js, don't want have calls (more 1 need defer js).
is there more elegant solution including css inline , manually changing classes when viewport below size?
Comments
Post a Comment