Function: | w3SpeedsterVideoToVideoLazy |
---|---|
Description: | Change video tag to videolazy tag |
Parameter: | $videolazy- 0(default) || 1 |
Return: | 1 – Change video tag to videolazy tag. |
function w3SpeedsterVideoToVideoLazy($videolazy){
$videolazy= 1;
return $videolazy;
}