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

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -