Strip JS-low intrusion, responsive Lightbox effect, striplightbox
Strip is a lightbox effect plug-in that only covers some pages when displayed. This reduces the intrusion level and sets aside space and large screens on the page, it also provides a classic lightbox experience for small mobile devices. Strp JS is based onJQueryLibrary implementation, supports all mainstream browsers.
Effect demo download now
Articles you may be interested in
- 10 useful results in Web development [Source Code download]
- Excellent jQuery Ajax paging plug-ins and tutorials carefully selected
- 12 amazing creative 404 error page Designs
- Let the website get started! 12 excellent jQuery animation plug-ins
- Amazing 8 HTML5 & JavaScript Special Effects
Link to this article: Strip JS-low intrusion, responsive Lightbox Effect
Source: Dream sky ◆ focus on front-end development technology ◆ share web design resources
Lightbox conflicts with other JS Code
It is estimated that your focus chart conflicts with the lightbox variable.
Or you can change the focus chart effect.
The tutorials and source code are provided.
Reference: www.blueidea.com/..20.10895
How can Lightbox like this be put into a webpage, how can we reference js references, and I really don't know what css is, and it doesn't work out?
It is not difficult to achieve this style
Something to use has a jquery-lightbox-0.5 (self-search download), jquery basic library
When doing, first reference jquery basic library, and then reference the function library of the jquery-lightbox-0.5, and then reference the css style of the jquery-lightbox-0.5
During html writing, the image display must be placed as follows:
<Ul id = "gallery"> // here id = gallery is required <li> <a href = "image Path 1"> </a> <li> <a href = "image Path 2"> </a> <li> <li> <a href = "image Path 3"> </a> <li> <ul>
As for its image rotation and scattered placement, the li label is actually set to absolute positioning, and then made with the rotation attribute.
Example
Top: 205px; left: 57px; absolute positioning-moz-transform: rotate (-26deg); rotation under Firefox-webkit-transform: rotate (-26deg); rotation under Google
You can bind a drag event to the li tag to achieve the drag effect.