Download Lazyvideo – Customisable controls for HTML5 video Nulled

Lazyvideo is a jQuery plugin that allows you to customise the controls of any HTML5 video element that you have on your website.
Make use of the themes that are bundled with Lazyvideo, or create your own with some simple CSS.
One regular license allows you usage on one website.

Latest Lazyvideo version 1.0.0 (11th February 2014)

Documentation | Changelog | Comments | Support – FAQs

If you like Lazyvideo, please spare a second to rate it… Thank you.

Support

If you need support, please use the support forum and FAQs. I will get back to you as soon as possible. Any direct messages may be delayed response.

To adhere to Envato marketplace support terms and conditions, Support will be provided for 6 months after purchase with an option to extend during purchase.

If you find any bugs and/or want to suggest any features then please leave a comment and they will all be read and considered.

Quick start guide

Because this is a jQuery plugin, you will need to be using jQuery on your website.

  1. Upload the lazyvideo folder to the public folder on your server.
  2. Link Font Awesome CSS to your site, in the <head> tag.

    <!-- Font Awesome stylesheet -->
    <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
  3. Link Lazyvideo CSS to your site, in the <head> tag.

    <!-- Lazyvideo Default stylesheet -->
    <link rel="stylesheet" type="text/css" href="lazyvideo/css/lazyvideo.min.css">
  4. Add Lazyvideo Javascript below the jQuery library.

    <!-- jQuery -->
    <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
    
    <!-- Lazyvideo Javascript -->
    <script src="lazyvideo/js/jquery.lazyvideo.min.js"></script>
  5. Add the class name lazyvideo to any video element in your HTML.

    <video class="lazyvideo"></video>

Example HTML

<!DOCTYPE html>
<html>
    <head>
        <title>Lazyvideo example page</title>
        <!-- Lazyvideo Default stylesheet -->
        <link rel="stylesheet" type="text/css" href="lazyvideo/css/lazyvideo.min.css">
    </head>
    <body>
        <video class="lazyvideo" width="800" height="450" src="videos/example.video.mp4" poster="img/example.poster.jpg"></video>

        <!-- jQuery -->
        <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
        <!-- Lazyvideo Javascript -->
        <script src="lazyvideo/js/jquery.lazyvideo.min.js"></script>
    </body>
</html>

Options

There are multiple options so you can add or remove functionality from Lazyvideo. You can make use of these options using data attributes.

<video class="lazyvideo" data-fade="true">

For a full list of options and advanced implementation please take a look at the Documentation

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Lazyvideo – Customisable controls for HTML5 video from the The Developer ( LazyBearOnline ) website. Thank you.
Download = Lazyvideo – Customisable controls for HTML5 video-[Updated].zip

Free Download

You May Also Like

About the Author: admin