is a polymer element for animated gifs that offers
src attribute contains the valid url to a .gif which then fetches the gfy-cat gfyName tied to the converted media asset
loops infinitely if loop attribute is specified
controls filled with transparent color
gfyName attribute used because converted URI is known
loops ntimes, then pauses
fill attribute not specified so svg is not filled
is google's framework for web-components that leverages emerging standards like shadow-dom, <template>
, html imports and includes 2-way data binding, filters, events, and other good things that allow you to build and deploy modular html elements
is a web conversion service that takes an asset like a .gif from imgur or giphy and hosts the converted webm or mp4 file on AWS
tested on evergreen browsers (requires platform.js polyfill)
ios safari has a bunch of quirks that restrict video playback, therefore the fallback is a video that loops, no custom controls
does not display dimensions of video properly (you'll get black bars) because video metadata is not loaded automatically
playback controls are not an option
autoplay not supported
allows only 1 video to be played at a time