Server IP : 66.29.132.124 / Your IP : 3.144.117.52 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/public/libs/fotorama/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>Basic fotorama</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <!-- jQuery --> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <!-- Fotorama --> <link href="fotorama.css" rel="stylesheet"> <script src="fotorama.js"></script> <!-- Just don’t want to repeat this prefix in every img[src] --> <base href="http://s.fotorama.io/okonechnikov/"> </head> <body> <!-- Fotorama --> <div class="fotorama" data-width="700" data-ratio="700/467" data-max-width="100%"> <img src="1-lo.jpg"> <img src="2-lo.jpg"> <img src="9-lo.jpg"> <img src="6-lo.jpg"> <img src="5-lo.jpg"> </div> <div class="fotorama" data-nav="thumbs"> <a href="1-lo.jpg"><img src="1-lo.jpg"></a> <a href="1-lo.jpg"><img src="1-lo.jpg"></a> </div> <!-- © --> <p>Photos <a href="http://okonet.ru/">by Andrey Okonetchnikov</a></p> </body> </html>