One of the best lightboxes out there!
-
So simple and elegant, yet easy to customise. Works great as a “carousel-lightbox” for all the images in a posts since it goes through them all. Great touch capability and is neat.
Suggestions for further development:
Click outside image should close box on desktop, at least available.
Show image thumbnails in bottom as a carousel, choosable ofc.
Add this code to fix the close button position on desktop vs touch media if your page has a vertical scrollbar. The close button is a sprite image and is placed to narrow to the edge on desktop if you got a scrollbar.
#swipebox-close {
background-position: 5px 12px;
}@media screen {
#swipebox-close {
background-position: 15px 12px;
}
}
- The topic ‘One of the best lightboxes out there!’ is closed to new replies.