Album Gallery for Photo & Video

Description

An easy-to-use album gallery for Photo & Video display. Includes clean grid layouts, local lightboxes, and custom hover effects.

Description: Best Album Gallery for Photo & Video

Need a clean way to show your media? Our album gallery for Photo & Video makes it simple.

You can group your images into organized collections. Visitors can browse your grid easily. When they click a cover, a beautiful lightbox opens up. It is fast, fully responsive, and works on all devices.

Free Version Demo: Album Gallery
Pro Version Demo: Album Gallery Premium
Where to Buy: Buy Album Gallery Premium

Why Choose Our Album Gallery?

  • Organized Grid: Group your related pictures together. Keep your website neat and professional.
  • Photo & Video Support: Add high-quality images. You can also embed YouTube or Vimeo videos easily.
  • Responsive Layout: The grid adapts to desktops, tablets, and phones automatically.
  • Local Assets: All styles and scripts load from your server. No external tracking is used.

What You Can Create

  • Photo Albums – Display vacation shots, events, or product catalogs.
  • Video Playlists – Share video content with responsive thumbnail previews.
  • Mixed Media – Combine images and clips inside the same collection.

Free Features in the Album Gallery

  • Responsive Grid: Adaptable column layouts for any screen size.
  • Photo & Video: Beautiful image display and smooth video streaming.
  • Local Lightbox: Fast pop-up viewer with touch navigation.
  • Animations: Subtle entrance effects like pulse or fade on page load.
  • Hover Effects: Creative stack and overlay designs for cover images.
  • Perceived Speed: Skeleton loaders keep visitors engaged during load.
  • Easy Setup: Copy and paste shortcodes into any page or post.

Pro Features for Advanced Layouts

  • Global Shortcode: Display all your albums on one page with pagination.
  • AJAX Load More: Infinite scroll or button triggers for larger galleries.
  • Pro Lightbox: Zoom, full-screen, and social share buttons.
  • Deep Linking: Give each image a unique direct link.
  • Categories: Organize your media into separate filterable groups.
  • Category Shortcodes: Display only specific album categories on any page with a single custom shortcode.

How It Works

  1. Create a new collection from the admin panel.
  2. Upload images or paste video URLs.
  3. Choose your preferred column layout and hover styles.
  4. Copy the custom shortcode.
  5. Paste it on any WordPress page or post.

Installation of Album Gallery for Photo & Video

  1. Go to Plugins > Add New in your admin dashboard.
  2. Search for Album Gallery.
  3. Install and activate the plugin.
  4. Click Add New to build your first collection.
  5. Paste the shortcode on your site.

Screenshots

  • Video Gallery Album
  • Animation Effect
  • Stack effect
  • Lightbox
  • Lightbox Image Preview
  • Overlay Effect
  • Setting Page Images
  • Gallery Setting Page
  • Icon

Installation

  1. Go to Plugins > Add New in your WordPress admin
  2. Search for “Album Gallery”
  3. Click Install Now and then Activate
  4. Navigate to Album Gallery in the admin menu
  5. Click Add New to create your first album
  6. Upload images and configure settings
  7. Copy the shortcode and add it to any page or post

FAQ

How do I create my first album gallery?

Go to the admin menu. Click “Add New” to build an album. Give it a title. Upload your Photo & Video files. Publish the collection. Copy the shortcode and paste it on any page.

Can I display both Photo & Video files together?

Yes. You can add images and videos to the same album gallery. Simply paste your YouTube or Vimeo links.

Is the album gallery responsive on mobile?

Yes. The grid scales down automatically. Your Photo & Video content will look perfect on any screen.

How many albums can I make?

There is no limit. You can create as many album gallery grids as you want.

What comes with the Pro version?

The Pro version adds category filters, custom image sizes, deeper lightbox features, and priority support.

Reviews

June 20, 2025
This is just perfect for my projects. Love it!And the support is really really great!
March 12, 2025 1 reply
Frustrating – Worked ok except I could not add more than 4 photos at a time, and I was not able to get an answer on how to show the gallery title. Showing the title may have been a pro setting, but I didn’t want to pay for it since it seemed buggy
June 21, 2024
I needed gallery albums that can be displayed on the same page, each one having it’s own lightbox gallery that opens on click and contains the title. This plugin allowed me to do this in 5 minutes. The animations on load and hover may seem like too much, but they can be disabled in a few seconds. Thanks for the great plugin!
February 26, 2024
Ottimo e semplice plugin anche nella sua versione free. La versione premium consente di pubblicare molti album. Peccato non poter personalizzare di più senza conoscenze di css. Anche l’assistenza è immediata. Al prezzo pagato comunque, uno dei migliori. Excellent and simple plugin even in its free version. The premium version allows you to publish many albums. Too bad I can’t customize more without CSS knowledge. At the price paid however, one of the best. Assistance is also immediate
Read all 28 reviews

Contributors & Developers

“Album Gallery for Photo & Video” is open source software. The following people have contributed to this plugin.

Contributors

“Album Gallery for Photo & Video” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Album Gallery for Photo & Video” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.0.2

  • 2026-05-08
  • New: Added “Album Title Alignment” option to the Global Settings page with support for Default, Even Height, Single Line, or Position Below Images formats.
  • Layout: Standardized CSS classes for layout alignment directly inside external stylesheets.
  • UI/UX: Updated the “Upgrade to Pro” admin dashboard page and comparison lists.

2.0.1

  • 2026-04-27
  • Fix: Optimized shortcode flow to allow multiple independent galleries to sit side-by-side in a single row.
  • Layout: Updated grid CSS to prevent horizontal overflow and improved responsive column widths.
  • Layout: Added clearfix to the main grid container to prevent overlapping with theme content.

2.0.0

  • 2026-04-20
  • Major: Complete rebranding to “Album Gallery” with standardized internal prefixing (ag-, nag-).
  • Architecture: Purged legacy “Premium” code for full WordPress.org repository compliance.
  • Lightbox: Integrated GPL-compliant LightGallery v1.10.0 for improved stability.
  • Lightbox: Removed Zoom and Fullscreen modules to streamline performance.
  • UI/UX: Modernized admin interface with a new tabbed layout and improved responsive controls.
  • Security: Implemented comprehensive data sanitization, unslashing, and nonce verification.
  • Performance: Optimized asset enqueuing and reduced DOM footprint.
  • Compatibility: Added support for PHP 8.1+ and WordPress 6.5+.

1.7.1

  • Fix: Resolved invalid PHP function name in TGM Plugin Activation library.
  • Fix: Renamed invalid $GLOBALS key with hyphens to safe underscore-based key.
  • Fix: Removed @ error suppression operator on is_readable().
  • Security: Sanitized all $_REQUEST, $_GET superglobal access with sanitize_text_field() and wp_unslash().
  • Improvement: Added translators comments to all _n_noop() calls for WordPress i18n standards.
  • Compatibility: Added #[\ReturnTypeWillChange] attributes for PHP 8.1+ compatibility.
  • Tested with WordPress 6.9.

1.7.0

  • Security: Escaped all output with esc_html_e(), esc_attr(), esc_js(), and esc_url().
  • Security: Added wp_unslash() before sanitize_text_field() for all POST data.
  • Security: Added isset() checks for optional POST fields.
  • Security: Added direct file access protection to docs.php and awp-theme.php.
  • Improvement: Added version parameters to all wp_enqueue_script and wp_enqueue_style calls.
  • Improvement: Prefixed global functions and variables with nag_ for WordPress coding standards.
  • Improvement: Replaced wp_reset_query() with wp_reset_postdata() in shortcode.php.
  • Improvement: Fixed plugin name mismatch between header and readme.txt.
  • New: Completely redesigned documentation page with 12-section tutorial.
  • New: Redesigned Upgrade to Pro tab with feature cards and comparison table.
  • Tested with WordPress 6.9.

1.6.9

  • Testing plugin for WordPress 6.9

1.6.8

  • Testing plugin for WordPress 6.8.3

1.6.7

  • Text domain error fixed.

1.6.6

  • Testing plugin for WordPress 6.8.1

1.6.5

  • Bug Fix: Fixed.

1.6.4

  • Removed Update galleries Notice
  • Fixed vernal abily by add Json encode

1.6.3

  • Update galleries Notice added
  • Testing plugin for WordPress 6.7.2

1.6.2

  • Bug Fix: Fixed.
  • Testing plugin for WordPress 6.7.1
  • New plugin icons and banner updated.

1.6.1

  • Bug Fix: Fixed.
  • Testing plugin for WordPress 6.6.2

1.6.0

  • Testing plugin for WordPress 6.6.2