// source --> https://iadpi.com.ar/wp-content/plugins/wp-video-lightbox/js/video-lightbox.js?ver=3.1.6 jQuery(document).ready(function ($) { //WP Video Lightbox Plugin - http://www.tipsandtricks-hq.com/?p=2700 $("a[rel^=" + vlpp_vars.prettyPhoto_rel + "]").prettyPhoto({ hook: "rel", animation_speed: vlpp_vars.animation_speed, ajaxcallback: function () {}, slideshow: (vlpp_vars.slideshow == "false") ? false : vlpp_vars.slideshow, autoplay_slideshow: (vlpp_vars.autoplay_slideshow == "true") ? true : false, opacity: vlpp_vars.opacity, show_title: (vlpp_vars.show_title == "true") ? true : false, allow_resize: (vlpp_vars.allow_resize == "true") ? true : false, allow_expand: (vlpp_vars.allow_expand == "true") ? true : false, default_width: vlpp_vars.default_width, default_height: vlpp_vars.default_height, counter_separator_label: vlpp_vars.counter_separator_label, theme: vlpp_vars.theme, horizontal_padding: vlpp_vars.horizontal_padding, hideflash: (vlpp_vars.hideflash == "true") ? true : false, wmode: vlpp_vars.wmode, autoplay: (vlpp_vars.autoplay == "true") ? true : false, modal: (vlpp_vars.modal == "true") ? true : false, deeplinking: (vlpp_vars.deeplinking == "true") ? true : false, overlay_gallery: (vlpp_vars.overlay_gallery == "true") ? true : false, overlay_gallery_max: vlpp_vars.overlay_gallery_max, keyboard_shortcuts: (vlpp_vars.keyboard_shortcuts == "true") ? true : false, changepicturecallback: function () {}, callback: function () {}, ie6_fallback: (vlpp_vars.ie6_fallback == "true") ? true : false, markup: '
\
 
\
\
\
\
\
\
\
\
\
\
\
\ Expand \
\ next \ previous \
\
\
\
\ Previous \

0/0

\ Next \
\

\ {pp_social} \ Close \
\
\
\
\
\
\
\
\
\
\
\
\
', gallery_markup: '', image_markup: '', flash_markup: '', quicktime_markup: '', iframe_markup: '', inline_markup: '
{content}
', custom_markup: '', social_tools: false }); }); // source --> https://iadpi.com.ar/wp-content/plugins/wonderplugin-video-embed/engine/wonderpluginvideoembed.js?ver=1.6 /** Wonderplugin Video Embed * Copyright 2018 Magic Hills Pty Ltd All Rights Reserved * Website: http://www.wonderplugin.com * Version 1.6 */ (function($){$(document).ready(function(){$("head").append('');$(".wonderplugin-videoembed-engine").hide();$(".wonderplugin-video").each(function(index){var inst=this;inst.options={stamp:false,videohidecontrols:false,videohideplaybutton:false,nativehtml5controls:false,nativecontrolsonfirefox:false,nativecontrolsonie:false,nativecontrolsoniphone:true, nativecontrolsonipad:true,nativecontrolsonandroid:true,nativecontrolsonfullscreen:true,nativecontrolsnodownload:true,useflashonie11:false};if($("div#wonderplugin_videoembed_options").length)$.each($("div#wonderplugin_videoembed_options").data(),function(key,value){inst.options[key.toLowerCase()]=value});inst.id=index;$(".wpve-videoplayer",$(inst)).each(function(){if($.fn.wpveVideoPlayer)$(this).wpveVideoPlayer(inst.id,inst.options)});if($(this).data("aspectratio")){$(inst).height($(inst).width()/ $(inst).data("aspectratio"));$(window).resize(function(){$(inst).height($(inst).width()/$(inst).data("aspectratio"))})}if(inst.options.stamp)$(this).append('
'+($(this).data("embedtype")=="widget"?"WordPress Video Widget":"WordPress Video Plugin")+ "
");wonderpluginVideoEmbed.objects.push(inst)})});$.fn.wpveVideoPlayer=function(id,options){var isAndroid=navigator.userAgent.match(/Android/i)!=null;var isIPad=navigator.userAgent.match(/iPad/i)!=null;var isIPhone=navigator.userAgent.match(/iPod/i)!=null||navigator.userAgent.match(/iPhone/i)!=null;var isFirefox=navigator.userAgent.match(/Firefox/i)!=null;var isOpera=navigator.userAgent.match(/Opera/i)!=null||navigator.userAgent.match(/OPR\//i)!=null;var isIE=navigator.userAgent.match(/MSIE/i)!= null&&!isOpera;var isIE11=navigator.userAgent.match(/Trident\/7/)!=null&&navigator.userAgent.match(/rv:11/)!=null;if(isFirefox&&options.nativecontrolsonfirefox||(isIE||isIE11)&&options.nativecontrolsonie||isIPhone&&options.nativecontrolsoniphone||isIPad&&options.nativecontrolsonipad||isAndroid&&options.nativecontrolsonandroid)options.nativehtml5controls=true;if(isIPhone||isIPad||isAndroid)options.nativecontrolsonfullscreen=true;var flashInstalled=false;try{if(new ActiveXObject("ShockwaveFlash.ShockwaveFlash"))flashInstalled= true}catch(e){if(navigator.mimeTypes["application/x-shockwave-flash"])flashInstalled=true}var mp4url=$(this).data("mp4");var webmurl=$(this).data("webm");var isHTML5=true;if(isAndroid||isIPad||isIPhone)isHTML5=true;else if(isIE||isIE11&&options.useflashonie11)isHTML5=false;else if(isFirefox||isOpera)if(!webmurl&&document.createElement("video").canPlayType("video/mp4")!="maybe")isHTML5=false;var skinfolder=$(this).data("skinfolder");var skinImages={};var playbutton=$(this).data("playbutton");if(playbutton&& playbutton.length>0)skinImages.playbutton=playbutton;var autoplay=$(this).data("autoplay");var loop=$(this).data("loop");var poster=$(this).data("poster");if(isHTML5){var videosrc=(isFirefox||isOpera)&&webmurl&&webmurl.length>0?webmurl:mp4url;$(this).html('