WIP
This commit is contained in:
@@ -319,10 +319,10 @@ switch(Number(object)) {
|
||||
break;
|
||||
case 3:
|
||||
imageUrls = [
|
||||
"img/gallery/statek/thumbs/6.webp",
|
||||
"img/gallery/statek/thumbs/w1.webp",
|
||||
"img/gallery/statek/thumbs/w2.webp",
|
||||
"img/gallery/statek/thumbs/w6.webp",
|
||||
"img/gallery/statek/thumbs/w11.webp",
|
||||
"img/gallery/statek/thumbs/w2.webp",
|
||||
"img/gallery/statek/thumbs/6.webp",
|
||||
"img/gallery/statek/thumbs/w3.webp",
|
||||
"img/gallery/statek/thumbs/w4.webp",
|
||||
"img/gallery/statek/thumbs/3.webp",
|
||||
@@ -332,13 +332,13 @@ switch(Number(object)) {
|
||||
"img/gallery/statek/thumbs/11.webp",
|
||||
"img/gallery/statek/thumbs/w5.webp",
|
||||
"img/gallery/statek/thumbs/w7.webp",
|
||||
"img/gallery/statek/thumbs/w8.webp",
|
||||
"img/gallery/statek/thumbs/28.webp",
|
||||
"img/gallery/statek/thumbs/w9.webp",
|
||||
"img/gallery/statek/thumbs/w10.webp",
|
||||
"img/gallery/statek/thumbs/w12.webp",
|
||||
"img/gallery/statek/thumbs/25.webp",
|
||||
"img/gallery/statek/thumbs/26.webp",
|
||||
"img/gallery/statek/thumbs/27.webp",
|
||||
"img/gallery/statek/thumbs/28.webp"
|
||||
"img/gallery/statek/thumbs/w8.webp"
|
||||
];
|
||||
}
|
||||
|
||||
@@ -393,16 +393,16 @@ function galleryControl(e,f,g,h) {
|
||||
if(e==3){
|
||||
switch(next) {
|
||||
case 1:
|
||||
next = "6";
|
||||
next = "w6";
|
||||
break;
|
||||
case 2:
|
||||
next = "w1";
|
||||
next = "w11";
|
||||
break;
|
||||
case 3:
|
||||
next = "w2";
|
||||
break;
|
||||
case 4:
|
||||
next = "w6";
|
||||
next = "6";
|
||||
break;
|
||||
case 5:
|
||||
next = "w3";
|
||||
@@ -432,13 +432,13 @@ function galleryControl(e,f,g,h) {
|
||||
next = "w7";
|
||||
break;
|
||||
case 14:
|
||||
next = "w8";
|
||||
next = "28";
|
||||
break;
|
||||
case 15:
|
||||
next = "w9";
|
||||
break;
|
||||
case 16:
|
||||
next = "w10";
|
||||
next = "w12";
|
||||
break;
|
||||
case 17:
|
||||
next = "25";
|
||||
@@ -450,7 +450,7 @@ function galleryControl(e,f,g,h) {
|
||||
next = "27";
|
||||
break;
|
||||
case 20:
|
||||
next = "28"
|
||||
next = "w8"
|
||||
}
|
||||
}
|
||||
$('body').find('.section--preview').find('img').attr('src','img/gallery/' + object + '/' + next + '.webp');
|
||||
BIN
img/gallery/statek/thumbs/w11.webp
Normal file
BIN
img/gallery/statek/thumbs/w11.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
BIN
img/gallery/statek/thumbs/w12.webp
Normal file
BIN
img/gallery/statek/thumbs/w12.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
BIN
img/gallery/statek/w11.webp
Normal file
BIN
img/gallery/statek/w11.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 315 KiB |
BIN
img/gallery/statek/w12.webp
Normal file
BIN
img/gallery/statek/w12.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
@@ -659,6 +659,6 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="assets/js/v1.01_app.js"></script>
|
||||
<script src="assets/js/v1.02_app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user