Lightbox/弹窗

Perfundo - lightbox图片放大插件

阿里云


perfundo 是一款纯 CSS3 lightbox 插件。它可以创建单张或多张图片的弹出 lightbox 层效果,也可以和 js 结合一起使用。

使用方法:

在页面中引入 perfundo-icons.css 文件。

也想出现在这里?联系我们
创客主机
  1. <link href="dist/perfundo.css" rel="stylesheet">

HTML 结构:

单张图片的 HTML 结构如下。

  1. <div class="perfundo">
  2.   <style>
  3.   #perfundo-single:target:before{background-image:url(large.jpg);}
  4.   </style>
  5.   <a class="perfundo__link" href="#perfundo-single"> <img src="small.jpg"> </a>
  6.   <div id="perfundo-single" class="perfundo__overlay"> 
  7.     <a href="#perfundo-untarget" class="perfundo__close perfundo__control">Close</a> 
  8.   </div>
  9. </div>

多张图片的 HTML 结构如下:

  1. <div class="perfundo">
  2.   <style>#perfundo-img1:target:before{background-image:url(1.jpg);}</style>
  3.   <a class="perfundo__link" href="#perfundo-img1">
  4.     <img src="1.jpg">
  5.   </a>
  6.   <div id="perfundo-img1" class="perfundo__overlay">
  7.     <a href="#perfundo-untarget" class="perfundo__close perfundo__control">Close</a>
  8.     <a class="perfundo__next perfundo__control" href="#perfundo-img2">Next</a>
  9.   </div>
  10. </div>
  11.  
  12. <div class="perfundo">
  13.   <style>#perfundo-img2:target:before{background-image:url(2.jpg);}</style>
  14.   <a class="perfundo__link" href="#perfundo-img2">
  15.     <img src="2.jpg">
  16.   </a>
  17.   <div id="perfundo-img2" class="perfundo__overlay">
  18.     <a href="#perfundo-untarget" class="perfundo__close perfundo__control">Close</a>
  19.     <a class="perfundo__next perfundo__control" href="#perfundo-img3">Next</a>
  20.     <a class="perfundo__prev perfundo__control" href="#perfundo-img1">Prev</a>
  21.   </div>
  22. </div>
  23.  
  24. <div class="perfundo">
  25.   <style>#perfundo-img3:target:before{background-image:url(3.jpg);}</style>
  26.   <a class="perfundo__link" href="#perfundo-img3">
  27.     <img src="3.jpg">
  28.   </a>
  29.   <div id="perfundo-img3" class="perfundo__overlay">
  30.     <a href="#perfundo-untarget" class="perfundo__close perfundo__control">Close</a>
  31.     <a class="perfundo__prev perfundo__control" href="#perfundo-img2">Prev</a>
  32.   </div>
  33. </div>

该纯 CSS3 lightbox 插件的 github 地址为:https://github.com/maoberlehner/perfundo

Perfundo - lightbox 图片放大插件

已有 488 人购买
查看演示升级 VIP立刻购买

演示地址 下载地址
收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!