taiwangoldcard / website

Taiwan Gold Card Community website
https://taiwangoldcard.com
Other
43 stars 18 forks source link

Render image only on desktop #98

Closed geekyme closed 4 years ago

geekyme commented 4 years ago

This uses some JS code to make the home image appear only on desktop, because on mobile there's limited bandwidth so we should avoid loading such a big image on mobile.

Other approach considered: usage of <picture /> element.

On desktop:

Screenshot 2020-09-09 at 12 41 11 AM

On mobile:

Screenshot 2020-09-09 at 12 41 32 AM