Tanıtım Filmi

\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t'}$.fn.modalVideo=function(opt){opt=$.extend({},defaults,opt);$(this).each(function(){if(!$(this).data("video-id")){$(this).data("video-id",opt.videoId)}});$(this).click(function(){var $me=$(this);var videoId=$me.data("video-id");var html=getHtml(opt,videoId);var $modal=$(html);var $btn=$modal.find(".js-modal-video-dismiss-btn");var speed=opt.animationSpeed;$("body").append($modal);$modal.focus();$modal.on("click",function(){var $self=$(this);$self.addClass(opt.classNames.modalVideoClose);$self.off("click");$self.off("keydown");$btn.off("click");setTimeout(function(){$self.remove();$me.focus()},speed)});$btn.on("click",function(){$modal.trigger("click")});$modal.on("keydown",function(e){if(e.which===9){e.preventDefault();if($modal.is(":focus")){$btn.focus()}else{$modal.attr("aria-label","");$modal.focus()}}})})}}); jQuery(function ($) { $(".js-video-button").modalVideo(); });