jQuery Lightbox Evolution — CodeCanyon > JavaScript > Images & Media preview

jQuery Lightbox Evolution Review: Simple Image Popups Nulled

jQuery Lightbox Evolution is a JavaScript plugin that opens images, video, HTML blocks and maps in an overlay on top of the current page instead of sending visitors to a new one. It runs on jQuery, ships with themed skins and a layered PSD for customisation, and is aimed at web authors and small development shops that want gallery and media behaviour without building it themselves. The item has sold 6,189 times on CodeCanyon and holds a 4.78 out of 5 rating across 1,012 reviews, which is unusually well attested for a script at this price point.

It is worth stating the timeframe plainly at the outset. The last vendor update, version 1.8.0, landed on 17 August 2013. That date shapes almost everything below, because it determines which browsers and which jQuery releases the plugin was built to support, and it determines whether the plugin is a sensible fit for a new project or only for maintenance work.

What the plugin actually does

At its core, the script intercepts a click on a link and renders the target inside a floating panel above the page. The panel can hold a single image or a gallery of them, an embedded video, a block of HTML, or a map. Because nothing navigates away, the visitor keeps their scroll position and the surrounding page context — a meaningful difference on long article pages or product listings where a full page load would break the browsing flow.

Media handling is broader than the name suggests. The changelog records support for YouTube (including the short youtu.be form), Youku, and Adobe Director content, with Google Videos and Gametrailers removed in version 1.7.0 as those services shut down. JW Player 6 compatibility arrived in 1.8.0. Video sizing is handled automatically when the author does not specify dimensions, which removes one of the more tedious parts of embedding third-party players.

Galleries are the other main pillar. Version 1.6.6 replaced the entire gallery system, and 1.7.0 added image preloading so that moving between slides does not stall on a slow connection. Galleries can be grouped so that a set of thumbnails opens as one navigable sequence rather than as isolated overlays.

Theming is a genuine selling point rather than a footnote. The package includes three named themes — default, evolution and carbono — each of which gained retina support in version 1.7.0. A layered PSD is bundled, so a designer can rebuild the frame artwork to match a brand instead of overriding CSS by trial and error. Source files cover JavaScript, HTML and CSS alongside that PSD.

Configuration runs through data attributes on the markup, with JSON passed in via a data-options attribute. The vendor’s changelog shows a fix for malformed JSON in that attribute in 1.7.2, so the mechanism has been exercised in the field. Options visible in the changelog include autoresize, maxsize, ratio, maximized and move, plus AJAX options and a configurable loading transition duration. Event hooks exist as well; 1.6.4 changed the context of the onOpen event, which suggests a reasonable set of lifecycle callbacks for anyone wiring the plugin into existing page logic.

Where it fits, and where it does not

The strongest fit is an existing site that already loads jQuery and needs portfolio, gallery or media-overlay behaviour without a framework migration. A photographer’s portfolio, an agency case-study page, a restaurant site with a menu image and a map, or a documentation page that opens screenshots inline are all natural uses. The map support, which includes the maps.google.co.uk domain, points at a UK or international audience rather than a single-market one.

It also suits projects where the visual frame matters. Buying a script, a set of themes and a layered PSD for $14.00 is cheaper than commissioning the overlay design alone, and the retina-ready themes mean the artwork holds up on high-density displays without extra work.

The clearest case against it is any new build. A project started today would be choosing a modern jQuery version, and the plugin’s own changelog shows it dropped jQuery 1.3 support back in version 1.7.0 and added jQuery 2.0 compatibility in 1.8.0. That is the ceiling as of the last update. Anything relying on jQuery 3.x or later, or on a build pipeline that expects maintained dependencies, is a poor match. The same applies to teams that have moved to vanilla JavaScript or a component framework, where a jQuery-dependent overlay adds a dependency rather than removing one.

A second mismatch is accessibility-led work. The vendor does not state keyboard navigation behaviour, focus trapping or ARIA attributes anywhere in the listing, and those are the details that decide whether an overlay is usable with a screen reader or a keyboard alone. Where accessibility compliance is a requirement, that silence is a real risk.

Strengths and limitations

Strengths

  • Handles several media types through one interface: images, galleries, HTML, video and maps, rather than requiring separate scripts for each.
  • Three retina-ready themes plus a layered PSD, so visual customisation does not depend on reverse-engineering CSS.
  • Automatic video sizing when dimensions are omitted, which removes a common source of layout breakage.
  • Image preloading in galleries, added in 1.7.0, keeps slide transitions responsive on slower connections.
  • A long, detailed public changelog. Roughly thirty releases are documented, with specific fixes for IE6 through IE11, Chrome, Safari and iOS.
  • Strong marketplace signal: 6,189 sales and a 4.78 average across 1,012 reviews.
  • Low entry cost at $14.00 for a script, themes and design source files.

Limitations

  • The last update was August 2013. Any browser or jQuery behaviour introduced since then is untested by the vendor, and the plugin should be treated as a fixed, legacy artefact rather than a maintained one.
  • jQuery 2.0 is the newest version named in the changelog. There is no stated support for jQuery 3.x or later.
  • The listed browser support tops out at Internet Explorer 11. Current versions of Chrome, Firefox and Safari are not named, so compatibility with them is unverified rather than promised.
  • Accessibility is unaddressed. No keyboard handling, focus management or ARIA support is documented.
  • Video support is tied to services that change. Google Videos and Gametrailers were dropped in 1.7.0 and Megavideo embed code was removed in 1.5.7, so any embedded provider can break without an update from the author.
  • Configuration through JSON in a data attribute is fragile by nature; the changelog itself records a fix for malformed JSON.
  • Support runs through the author’s marketplace profile rather than a ticketing system, and response times are not stated.

How it compares with the wider category

Lightbox plugins generally split into three groups: minimal single-purpose scripts that display images and little else, full media libraries that handle galleries, video and custom content, and framework-specific components bundled with a theme or page builder.

jQuery Lightbox Evolution sits in the middle group. It covers more ground than a basic image-only lightbox — video providers, maps, HTML content, AJAX options and theming all go beyond the minimum — while costing less than most commercial media libraries. Where it loses ground against newer alternatives is maintenance. A plugin updated this year will have been tested against current browsers and current jQuery, and will usually document its accessibility behaviour. This one offers neither.

Against framework-specific components, the trade-off is portability. A bundled lightbox only works inside its parent theme or builder; this plugin works on any page that loads jQuery, which is an advantage for hand-built sites and a disadvantage for anyone already inside a managed stack.

Frequently Asked Questions

Is jQuery Lightbox Evolution still maintained?

No. The last vendor update was version 1.8.0 on 17 August 2013, and no later release is listed. The plugin should be treated as feature-frozen. It still works on sites built around the jQuery versions it supports, but it will not receive fixes for browser or library changes that have appeared since that date.

What types of content can it display in the lightbox?

Images and image galleries, embedded video, HTML blocks and maps. Video support covers YouTube, including the youtu.be short links, Youku and JW Player 6, with Adobe Director also listed. Google Videos and Gametrailers were removed in version 1.7.0 when those services were discontinued, so provider support is not permanent.

Does it work with modern jQuery versions?

The changelog names jQuery 2.0 as the newest supported version, added in 1.8.0, and records that jQuery 1.3 support was dropped in 1.7.0. Nothing in the vendor data mentions jQuery 3.x or later. A site on a current jQuery release would need testing before relying on the plugin.

Can the lightbox design be customised?

Yes, in two ways. Three themes ship with the plugin — default, evolution and carbono — all of which gained retina support in version 1.7.0. A layered PSD is also included in the download, so the frame artwork can be redrawn in an image editor to match a specific brand rather than only tweaked through CSS overrides.

Verdict

Buy this if a site already runs an older jQuery version and needs gallery, video or map overlays without a rebuild. The three themes, the layered PSD, the automatic video sizing and the preloading galleries deliver a lot for $14.00, and the sales and review numbers show the plugin has been used widely enough to be a known quantity. Skip it for new projects, for anything on jQuery 3.x or later, and for work where documented accessibility or ongoing vendor support is a requirement. The author, aeroalquimia, documented roughly thirty releases in the changelog, which is a good sign of care during the plugin’s active years — but those years ended in 2013, and the decision should be made on that basis.