bananajuicellc / first.bananajuice.tech

A selection game to help gamers pick who goes first.
https://whogoes1st.com
Mozilla Public License 2.0
1 stars 3 forks source link

Update pixel-art class to work with Firefox. #68

Closed tswast closed 7 years ago

tswast commented 7 years ago

Problem: Images look fuzzy on Firefox.

Firefox stable does not yet support image-rendering:pixelated;. https://bugzilla.mozilla.org/show_bug.cgi?id=856337

Solution: Update pixel-art class have image-rendering:-moz-crisp-edges; for Firefox.

Also, the latest version of Safari no longer requires the -webkit prefix, so remove that, too.

tswast commented 7 years ago

Sharper image. Hy-ah!