Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Codigo:var $ = jQuery$(document).ready(function(){$('.elementor-section[link], .elementor-column[link] > .elementor-widget-wrap').on('click', function(){ var $this = $(this).hasClass('elementor-widget-wrap') ? $(this).parent() : $(this), link = $this.attr('link'), newtab = $this.attr('newtab'), openIn = typeof newtab !== 'undefined' && newtab !== false ? '_blank' : '_self' window.open(link, openIn)})}).elementor-section[link], .elementor-column[link] > .elementor-widget-wrap { cursor: pointer;}
Codigo:
var $ = jQuery
$(document).ready(function(){
$('.elementor-section[link], .elementor-column[link] > .elementor-widget-wrap').on('click', function(){
var $this = $(this).hasClass('elementor-widget-wrap') ? $(this).parent() : $(this),
link = $this.attr('link'),
newtab = $this.attr('newtab'),
openIn = typeof newtab !== 'undefined' && newtab !== false ? '_blank' : '_self'
window.open(link, openIn)
})
})
.elementor-section[link], .elementor-column[link] > .elementor-widget-wrap {
cursor: pointer;
}