我有这个画廊 - http://www.zahabiaresort.com/gallery.html - 问题是它加载太慢。我知道我有很多图像要加载到单个页面上,但我正在尝试找到一种方法来制作然后仅在请求时加载。我注意到滚动条的增加往往会使网站有点滞后。
有任何想法吗?
我有这个画廊 - http://www.zahabiaresort.com/gallery.html - 问题是它加载太慢。我知道我有很多图像要加载到单个页面上,但我正在尝试找到一种方法来制作然后仅在请求时加载。我注意到滚动条的增加往往会使网站有点滞后。
有任何想法吗?
I think you should use AJAX and create some button(or something else) and ask user to click or hover it, keep your all the images at your server.
you can use something like this...
<button class="btn" onClick="callAJAX('your_image.jpg','div_name','<img src=some_loading_graphics.gif>')">
here attach your AJAX file into your html file.