JQuery gallery plug-in-GalleryView, jquery-galleryview
Background:
The online Image Viewer must be used in the knowledge base module of the company's project gyfoss. The page effect is roughly 1-1, and the reading volume of each image must be recorded.
Figure 1-1
In the end, galleryview is not used in gyfoss because:
- A well-encapsulated plug-in is easy to use and works well, but the better the encapsulation, the harder it is to parse the code, so the more difficult it is to perform secondary development based on my own needs (of course I am not familiar with jQuery for some reason)
- I think this plug-in is not suitable for dynamic image loading.
The original intention of recording: since it took a long time to complete, it was recorded to deepen the impression.
GalleryView. jsp
1 <! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN "" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> 2
The effect is as follows: http://demo.modmore.com/moregallery/galleryview/
Galleryview URL: http://www.mrain.cn/ SC /galleryView/#demo
GitHub address: https://github.com/jackwanders/GalleryView