Janson Hartliep - @_janson_
But remember! Autoplay is bad, mmmkay?
Ogg and MP3
https://www.scirra.com/blog/44/on-html5-audio-formats-aac-and-ogg
For now, polyfill: http://kolber.github.io/audiojs/
Limited CSS attached just to the controls.
Controls are styled just like form elements - painfully
No controls? Use Javacript to kick off audio's events.
http://developers.whatwg.org/the-video-element.html#the-video-element
This is why we can't have nice things.
Just use http://www.mirovideoconverter.com/
camendesign.com/code/video_for_everybody
no scripting, FLASH fallback in pure markup
video {
max-width: 100%;
height: auto;
}
or:fitvidsjs
Spoiler! These are unintuitive, unimplemented, draft ideas.
"WebP is a new image format that provides lossless and lossy compression for images on the web."
By Google
img {
max-width: 100%;
}
Thanks! @_janson_