mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
refactored experimental code...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e49ea1567c
commit
861240cd47
@ -14,7 +14,7 @@ Goals:
|
||||
|
||||
-->
|
||||
|
||||
<script src="jquery.js"></script>
|
||||
<script src="../jquery.js"></script>
|
||||
<script>
|
||||
|
||||
$(document).ready(function(){
|
||||
@ -16,7 +16,7 @@ Goals:
|
||||
|
||||
-->
|
||||
|
||||
<script src="jquery.js"></script>
|
||||
<script src="../jquery.js"></script>
|
||||
<script>
|
||||
|
||||
$(document).ready(function(){
|
||||
@ -12,12 +12,13 @@ XXX zoom animation is odd...
|
||||
|
||||
-->
|
||||
|
||||
<link rel="stylesheet" href="markers.css">
|
||||
<link rel="stylesheet" href="../markers.css">
|
||||
|
||||
<script src="jquery.js"></script>
|
||||
<script src="jquery-ui-1.8.22.custom.min.js"></script>
|
||||
<script src="markers.js"></script>
|
||||
<script src="ui.js"></script>
|
||||
<script src="../jquery.js"></script>
|
||||
<script src="../jquery-ui-1.8.22.custom.min.js"></script>
|
||||
<script src="../markers.js"></script>
|
||||
<script src="../ui.js"></script>
|
||||
<script src="../gallery-prototype.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
@ -143,7 +144,7 @@ function imageClick(){
|
||||
.pic {
|
||||
background: no-repeat 50% black;
|
||||
background-size: contain;
|
||||
background-image: url(images/350px/DSC_3501.jpg);
|
||||
background-image: url(../images/350px/DSC_3501.jpg);
|
||||
}
|
||||
|
||||
.current.image {
|
||||
@ -12,11 +12,12 @@ XXX zoom animation is odd...
|
||||
|
||||
-->
|
||||
|
||||
<link rel="stylesheet" href="markers.css">
|
||||
<link rel="stylesheet" href="../markers.css">
|
||||
|
||||
<script src="jquery.js"></script>
|
||||
<script src="markers.js"></script>
|
||||
<script src="ui.js"></script>
|
||||
<script src="../jquery.js"></script>
|
||||
<script src="../markers.js"></script>
|
||||
<script src="../ui.js"></script>
|
||||
<script src="../gallery-prototype.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
@ -138,7 +139,7 @@ function imageClick(){
|
||||
.pic {
|
||||
background: no-repeat 50% black;
|
||||
background-size: contain;
|
||||
background-image: url(images/350px/DSC_3501.jpg);
|
||||
background-image: url(../images/350px/DSC_3501.jpg);
|
||||
}
|
||||
|
||||
.current.image {
|
||||
Loading…
x
Reference in New Issue
Block a user