html5

  • Home
  • About me
  • Disclaimer

Changing perspective of HTML5 <video> tag

Mon, 05/07/2012 - 19:49

How to change perspectve of html5video using html5 and css3:

<style>
#masterContainer {
  perspective: 600px;
}

#masterContainer .video {
  transform: rotateY( 45deg );
}
</style>
<section class="container" id="masterContainer">
  <div class="video"></div>
</section>

html5
css3
  • Read more about Changing perspective of HTML5 tag
  • Add new comment
  • apache (1)
  • css3 (1)
  • drupal (2)
  • funny (5)
  • html5 (1)
  • javascript (1)
  • jquery (3)
  • jquery mobile (2)
  • linux (3)
  • magento (1)
  • personal (5)
  • php (8)
  • technology (1)
  • yii (3)
PageRank Generator

© 2013 Marian Zburlea. All rights reserved.

Hosted by EHOST

Subscribe via RSS. Follow me on Twitter.