非常簡單的使用jqueryfancybox外掛實現的檢視圖片效果
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
< html >
其中用到了bootstrap的圖片處理,響應式圖片屬性img-responsive,和圖片形狀,img-thumbnail 寫成 class="img-responsive img-thumbnail" 然後fancybox直接用預設 $("a.grouped_elements").fancybox(); $()這裡的是選擇器。 < head >
< title >
</ title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" />
< link rel = "stylesheet" type = "text/css" href = "source/jquery.fancybox.css?v=2.1.5" media = "screen" />
<!-- Add jQuery library -->
< script type = "text/javascript" src = "lib/jquery-1.10.1.min.js" ></ script >
<!-- Add mousewheel plugin (this is optional) -->
< script type = "text/javascript" src = "lib/jquery.mousewheel-3.0.6.pack.js" ></ script >
<!-- Add fancyBox main JS and CSS files -->
< script type = "text/javascript" src = "source/jquery.fancybox.js?v=2.1.5" ></ script >
<!-- Add Media helper (this is optional) -->
<!-- 新 Bootstrap 核心 CSS 檔案 --> < link rel = "stylesheet" href = "//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css" >
<!-- 最新的 Bootstrap 核心 JavaScript 檔案 --> < script src = "//cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js" ></ script >
</ head >
< body >
< script type = "text/javascript" >
$(document).ready(function() { /* 最基本的,使用了預設配置 */
$("a.grouped_elements").fancybox();
/* 使用了自定義配置 */
/* 一下配置支援組播放 */
// $("a.grouped_elements").fancybox({
// `cyclic` : `false`,
// `titleShow` : `false`
// });
}); </ script >
< p >
< table >
< tr >
< td >< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp5.jpg_1080x.jpg" title = "title1" >< img src = "http://godfs.3g.cn/soft/wp/wp5.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td >< td >
< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp6.jpg_1080x.jpg" title = "title2" >< img src = "http://godfs.3g.cn/soft/wp/wp6.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td >
</ tr >
< tr > < td >< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp7.jpg_1080x.jpg" title = "title3" >< img src = "http://godfs.3g.cn/soft/wp/wp7.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td >< td >
< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp8.jpg_1080x.jpg" title = "title4" >< img src = "http://godfs.3g.cn/soft/wp/wp8.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td > </ tr >
< tr > < td >< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp9.jpg_1080x.jpg" title = "title5" >< img src = "http://godfs.3g.cn/soft/wp/wp9.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td >< td >
< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp10.jpg_1080x.jpg" title = "title6" >< img src = "http://godfs.3g.cn/soft/wp/wp10.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td > </ tr >
< tr > < td >< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp11.jpg_1080x.jpg" title = "title7" >< img src = "http://godfs.3g.cn/soft/wp/wp11.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td >< td >
< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp12.jpg_1080x.jpg" title = "title8" >< img src = "http://godfs.3g.cn/soft/wp/wp12.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td > </ tr >
< tr > < td >< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp13.jpg_1080x.jpg" title = "title91" >< img src = "http://godfs.3g.cn/soft/wp/wp13.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td >< td >
< a class = "grouped_elements" rel = "group1" href = "http://godfs.3g.cn/soft/wp/wp14.jpg_1080x.jpg" title = "title10" >< img src = "http://godfs.3g.cn/soft/wp/wp14.jpg_720x.jpg" alt = "" class = "img-responsive img-thumbnail" ></ a > </ td > </ tr >
</ table >
</ p >
</ body >
</ html >
|
參考文件:http://blog.csdn.net/china_skag/article/details/23882281
http://v3.bootcss.com/css/#images-responsive
本文轉自 陳小龍哈 51CTO部落格,原文連結:http://blog.51cto.com/chenxiaolong/1677709
相關文章
- 簡單圖片檢視器小程式原始碼實現原始碼
- JQuery實現簡單美觀的圖片切換效果jQuery
- jQuery 圖片檢視外掛 Magnify 開發簡介(仿 Windows 照片檢視器)jQueryWindows
- 基於 Vue 的移動端圖片檢視外掛.Vue
- 【iOS】實現一個帶動畫的簡單圖片檢視controller【更新】iOS動畫Controller
- php 實現一個簡單的圖片邊緣檢測PHP
- 使用 PyQt5 實現圖片檢視器QT
- jcrop+Fileapi圖片上傳裁剪外掛使用簡單介紹API
- android圖片輪播效果,RollViewPager的簡單使用AndroidViewpager
- 實現簡單的輪播圖(單張圖片、多張圖片)
- vue檢視大圖外掛Vue
- C#反射實現簡單的外掛系統C#反射
- jQuery LightBox外掛原理的簡單實現jQuery
- 短視訊軟體開發,實現簡單的輪播圖效果
- 關於ECharts外掛實現中國地圖效果的總結Echarts地圖
- 使用jpeg圖片庫,顯示圖片並簡單實現LCD的觸屏功能
- Echo.js – 簡單易用的 JavaScript 圖片延遲載入外掛JSJavaScript
- iOS 簡單實現帶圖片的LabeliOS
- 使用CSS的clip-path實現圖片剪下效果CSS
- 實現背景圖片的全屏拉伸效果
- canvas實現的圖片放大鏡效果Canvas
- 炫酷實用的jQuery外掛 涵蓋選單、按鈕、圖片jQuery
- Vue實現一個圖片懶載入外掛Vue
- MybatisPlus的分頁外掛簡單使用MyBatis
- 實現圖片染色效果的三種方式
- Android 網路圖片檢視顯示的實現方法Android
- 圖片載入外掛imagesLoaded的配置和使用
- jquery實現的圖片預載入簡單介紹jQuery
- 原生JS實現最簡單的圖片懶載入JS
- 原生 JS 實現最簡單的圖片懶載入JS
- 圖片模糊效果實現(RenderScript)
- jquery外掛實現圖片可拖動的購物車程式碼jQuery
- Dreamweaver之簡單實現網站佈局、圖片漂浮、區域跳轉、登陸註冊及圖片檢視器網站
- 簡單的圖片間隔指定時間切換效果
- Stickup – 輕鬆實現元素固定效果的 jQuery 外掛jQuery
- 圖片懶載入外掛實戰
- 利用回撥函式實現簡單的輪播圖效果函式
- 使用JS實現一個簡單的選項卡效果JS