Änderungen https Andy Müller rückgängig gemacht
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 1003 B |
@ -36,31 +36,31 @@
|
||||
* Supports:
|
||||
*
|
||||
* Youtube
|
||||
* https://www.youtube.com/watch?v=opj24KnzrWo
|
||||
* https://www.youtube.com/embed/opj24KnzrWo
|
||||
* https://youtu.be/opj24KnzrWo
|
||||
* https://www.youtube-nocookie.com/embed/opj24KnzrWo
|
||||
* http://www.youtube.com/watch?v=opj24KnzrWo
|
||||
* http://www.youtube.com/embed/opj24KnzrWo
|
||||
* http://youtu.be/opj24KnzrWo
|
||||
* http://www.youtube-nocookie.com/embed/opj24KnzrWo
|
||||
* Vimeo
|
||||
* https://vimeo.com/40648169
|
||||
* https://vimeo.com/channels/staffpicks/38843628
|
||||
* https://vimeo.com/groups/surrealism/videos/36516384
|
||||
* https://player.vimeo.com/video/45074303
|
||||
* http://vimeo.com/40648169
|
||||
* http://vimeo.com/channels/staffpicks/38843628
|
||||
* http://vimeo.com/groups/surrealism/videos/36516384
|
||||
* http://player.vimeo.com/video/45074303
|
||||
* Metacafe
|
||||
* https://www.metacafe.com/watch/7635964/dr_seuss_the_lorax_movie_trailer/
|
||||
* https://www.metacafe.com/watch/7635964/
|
||||
* http://www.metacafe.com/watch/7635964/dr_seuss_the_lorax_movie_trailer/
|
||||
* http://www.metacafe.com/watch/7635964/
|
||||
* Dailymotion
|
||||
* https://www.dailymotion.com/video/xoytqh_dr-seuss-the-lorax-premiere_people
|
||||
* http://www.dailymotion.com/video/xoytqh_dr-seuss-the-lorax-premiere_people
|
||||
* Twitvid
|
||||
* https://twitvid.com/QY7MD
|
||||
* http://twitvid.com/QY7MD
|
||||
* Twitpic
|
||||
* https://twitpic.com/7p93st
|
||||
* http://twitpic.com/7p93st
|
||||
* Instagram
|
||||
* https://instagr.am/p/IejkuUGxQn/
|
||||
* https://instagram.com/p/IejkuUGxQn/
|
||||
* http://instagr.am/p/IejkuUGxQn/
|
||||
* http://instagram.com/p/IejkuUGxQn/
|
||||
* Google maps
|
||||
* https://maps.google.com/maps?q=Eiffel+Tower,+Avenue+Gustave+Eiffel,+Paris,+France&t=h&z=17
|
||||
* https://maps.google.com/?ll=48.857995,2.294297&spn=0.007666,0.021136&t=m&z=16
|
||||
* https://maps.google.com/?ll=48.859463,2.292626&spn=0.000965,0.002642&t=m&z=19&layer=c&cbll=48.859524,2.292532&panoid=YJ0lq28OOy3VT2IqIuVY0g&cbp=12,151.58,,0,-15.56
|
||||
* http://maps.google.com/maps?q=Eiffel+Tower,+Avenue+Gustave+Eiffel,+Paris,+France&t=h&z=17
|
||||
* http://maps.google.com/?ll=48.857995,2.294297&spn=0.007666,0.021136&t=m&z=16
|
||||
* http://maps.google.com/?ll=48.859463,2.292626&spn=0.000965,0.002642&t=m&z=19&layer=c&cbll=48.859524,2.292532&panoid=YJ0lq28OOy3VT2IqIuVY0g&cbp=12,151.58,,0,-15.56
|
||||
*/
|
||||
;(function ($) {
|
||||
"use strict";
|
||||
|
8
fancybox-2.1.7/source/jquery.fancybox.js
vendored
8
fancybox-2.1.7/source/jquery.fancybox.js
vendored
@ -3,7 +3,7 @@
|
||||
* version: 2.1.7 (Tue, 28 Feb 2017)
|
||||
* requires jQuery v1.6 or later
|
||||
*
|
||||
* Examples at https://fancyapps.com/fancybox/
|
||||
* Examples at http://fancyapps.com/fancybox/
|
||||
* License: www.fancyapps.com/fancybox/#license
|
||||
*
|
||||
* Copyright 2017 fancyapps.com
|
||||
@ -651,7 +651,7 @@
|
||||
rez.h = locked[0].clientHeight;
|
||||
|
||||
} else {
|
||||
// See https://bugs.jquery.com/ticket/6724
|
||||
// See http://bugs.jquery.com/ticket/6724
|
||||
rez.w = isTouch && window.innerWidth ? window.innerWidth : W.width();
|
||||
rez.h = isTouch && window.innerHeight ? window.innerHeight : W.height();
|
||||
}
|
||||
@ -1655,7 +1655,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Workaround for https://bugs.jquery.com/ticket/12273
|
||||
// Workaround for http://bugs.jquery.com/ticket/12273
|
||||
if (effect === 'none') {
|
||||
F._afterZoomIn();
|
||||
|
||||
@ -1974,7 +1974,7 @@
|
||||
var w1, w2;
|
||||
|
||||
if ( $.scrollbarWidth === undefined ) {
|
||||
// https://benalman.com/projects/jquery-misc-plugins/#scrollbarwidth
|
||||
// http://benalman.com/projects/jquery-misc-plugins/#scrollbarwidth
|
||||
$.scrollbarWidth = function() {
|
||||
var parent = $('<div style="width:50px;height:50px;overflow:auto"><div/></div>').appendTo('body'),
|
||||
child = parent.children(),
|
||||
|
Reference in New Issue
Block a user