i having issues trying load site, http://www.internhacks.io/, on mobile browser. project can found here on github.
i have tested site on mobile using chrome dev tools, , loads fine/acts responsively.
however, when testing site on actual phone, site not load @ all, partially.
note: apply button not meant yet
i think may have having large image background. should serving smaller version if detecting window smaller? the img height set 100vh.
if knows might causing this, or knows of better way debug site on mobile in chrome dev tools, please let me know!
i use opera mini test mobile devices (aka android) various screen resolutions.
"height set 100vh" huh? never saw 1 before. fit graphics within space available, avoid fixed sizes (aka 100px) , use relative width:xx%
yes, it's wasteful send large graphics mobile device , server, need send xxx-low-res.img instead
it's helpful load js scripts section allow objects loaded first.
Comments
Post a Comment