Timgur / gifv

a web component for gif video with fallback to original gif
7 stars 0 forks source link

Possible Issue #1 fix #3

Closed mrecachinas closed 9 years ago

mrecachinas commented 9 years ago

Don't need the switch with the fall-through; canPlayVideo() gives a nicer test as to whether the browser can play the video, and if it can't, it doesn't append the video to the dom, it just uses a gif.

Timgur commented 9 years ago

Thank you, this code definitely needs some love and am open for more updates