Tag Archives: webkit

CSS3 Wonder Wall 3D Demo

Currently only works in Safari 5 & Chrome 7 dev, but this Wonder Wall Demo is extremely awesome!

Fullscreen HTML5 Video in Safari via JavaScript

In Safari 5 HTML5 videos played in the <video> tag can now be made full­screen, if you’re using the default con­trols then a but­ton is avail­able, but if you’re over­rid­ing them with a cus­tom con­trol you can use: web­kit­En­ter­Full­Screen(); This needs to be called on the video tag ele­ment, for example, to full­screen the first video tag on […]