update
This commit is contained in:
10
public/template_5/js/video.js
Normal file
10
public/template_5/js/video.js
Normal file
@ -0,0 +1,10 @@
|
||||
$(function () {
|
||||
$('.popup-vimeo').magnificPopup({
|
||||
disableOn: 700,
|
||||
type: 'iframe',
|
||||
mainClass: 'mfp-fade',
|
||||
removalDelay: 160,
|
||||
preloader: false,
|
||||
fixedContentPos: false
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user