<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : vlazyload
    Created on : Oct 21, 2011, 3:46:26 PM
    Author     : Abel
    Description:
        Stylesheet for the vlazyload plugin
*/



img.vlazyload {
    /*
        Yes, an image can have an image for a background,
        in this case all we need is the images unique ability to act as an inline element,
        but have a height and width set to it.  Much like the iframe that will replace it when the video loads
    */
    background: url(https://www.imaging-resource.com/features/vlazyload/images/vlazy-loading.gif) center center no-repeat;
}

img.vlazy-click-to-play {/*currently only used by Android*/
    background: url(https://www.imaging-resource.com/features/vlazyload/images/vlazy-click-to-play.png) center center no-repeat !important;
    border: 1px solid #000e17;
    cursor: pointer;/*for possible future use by clients other than Android*/
}
































/*
Were you looking for more?
*/</pre></body></html>