mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
The New Desing
This commit is contained in:
parent
def9cc4ea6
commit
067a2c862a
305 changed files with 22231 additions and 7576 deletions
47
web/js/iviewer/test/lightbox/index.html
Normal file
47
web/js/iviewer/test/lightbox/index.html
Normal file
|
@ -0,0 +1,47 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>iViewer lightbox example</title>
|
||||
<!-- Lightbox example by Hay Kranen < http://github.com/hay > -->
|
||||
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
|
||||
<!--[if lt IE 9 ]>
|
||||
<style>
|
||||
/* IE < 9 doesn't display the image for strange reasons... */
|
||||
#iviewer .viewer {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<a class="go" href="../test_image.jpg">Show lightbox!</a>
|
||||
<br />
|
||||
<a class="go" href="../test_image2.jpg">Show another lightbox!</a>
|
||||
|
||||
<div id="iviewer">
|
||||
<div class="loader"></div>
|
||||
|
||||
<div class="viewer"></div>
|
||||
|
||||
<ul class="controls">
|
||||
<li class="close"></li>
|
||||
<li class="zoomin"></li>
|
||||
<li class="zoomout"></li>
|
||||
</ul>
|
||||
|
||||
<p class="info">
|
||||
Use your scrollwheel or the zoom buttons to zoom in/out.
|
||||
Click and drag to view other parts of the image when zoomed.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="../jquery.js" ></script>
|
||||
<script type="text/javascript" src="../jqueryui.js" ></script>
|
||||
<script type="text/javascript" src="../jquery.mousewheel.min.js" ></script>
|
||||
<script type="text/javascript" src="../../jquery.iviewer.js" ></script>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue