/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
vc-shortcodes
/
shortcodes
/
video-cover
/
js
/
Upload File
HOME
jQuery(document).ready(function(a){a(".cq-videocover-lightbox, .cq-videocover-imglightbox").each(function(b){var c=""==a(this).data("videowidth")?800:parseInt(a(this).data("videowidth"));""!=a(this).attr("href")&&a(this).lightbox({fixed:!0,margin:10,videoWidth:c,minWidth:320})}),a(".cq-videocover").each(function(b,c){var d=a(this).data("iconsize"),e=a(this).data("iconbgsize"),f=a(this).data("iconcolor"),g=a(this).data("iconbgcolor"),h=a(this).data("iconposition"),i=a(this).data("tooltip"),j=null;""!=i&&(j="center"==h?a(this).tooltipster({content:i,position:"top",offsetY:"-4",delay:200,speed:300,touchDevices:!0,interactive:!1,animation:"fade",theme:"tooltipster-shadow",contentAsHTML:!0}):a(".cq-videocover-iconcontainer",a(this)).tooltipster({content:i,position:"top",offsetY:"-4",delay:200,speed:300,touchDevices:!0,interactive:!1,animation:"fade",theme:"tooltipster-shadow",contentAsHTML:!0}),a(this).on("click",function(a){j&&j.tooltipster("hide")})),""!=d&&a(this).find(".cq-videocover-icon, .cq-videocover-label").css({"font-size":d}),""!=e&&(e=parseInt(e)+"px",a(this).find(".cq-videocover-iconcontainer").css({width:e,height:e}),a(this).find(".cq-videocover-icon, .cq-videocover-label").css({"line-height":e})),""!=f&&a(this).find(".cq-videocover-icon, .cq-videocover-label").css({color:f}),""!=g&&a(this).find(".cq-videocover-iconcontainer").css({"background-color":g})})});