Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts
Saturday, May 2, 2015

FullScreen-ing Individual Elements & Its Examples

Fullscreen feature can be activated in almost all browser using that one button on the top stripe of your keyboard (if you are using one) F11, generally.

Using the Fullscreen API we can bring the power of making the page or an element go full screen to options/buttons in our web pages with little bit of JavaScript codes.