Server geändert
This commit is contained in:
@ -3,9 +3,9 @@ fancyBox
|
||||
|
||||
fancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.
|
||||
|
||||
More information and examples: http://www.fancyapps.com/fancybox/
|
||||
More information and examples: https://www.fancyapps.com/fancybox/
|
||||
|
||||
License: http://www.fancyapps.com/fancybox/#license
|
||||
License: https://www.fancyapps.com/fancybox/#license
|
||||
|
||||
Copyright (c) 2017 fancyapps.com
|
||||
|
||||
@ -18,7 +18,7 @@ Load files in the <head> section of your HTML document. Make sure you also add t
|
||||
|
||||
```html
|
||||
<head>
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
|
||||
<script type="text/javascript" src="/fancybox/jquery.fancybox.pack.js"></script>
|
||||
</head>
|
||||
@ -90,7 +90,7 @@ You can specify type directly by adding classname (fancybox.image, fancybox.ifra
|
||||
<a href="example.jpg" class="fancybox">Example</a>
|
||||
```
|
||||
|
||||
Note, ajax requests are subject to the [same origin policy](http://en.wikipedia.org/wiki/Same_origin_policy).
|
||||
Note, ajax requests are subject to the [same origin policy](https://en.wikipedia.org/wiki/Same_origin_policy).
|
||||
If fancyBox will not be able to get content type, it will try to guess based on 'href' and will quit silently if would not succeed.
|
||||
(this is different from previsous versions where 'ajax' was used as default type or an error message was displayed).
|
||||
|
||||
|
Reference in New Issue
Block a user