Search the site:

Copyright 2010 - 2024 @ DevriX - All rights reserved.

Easy Image Gallery

Easy Image Gallery 2020

Adding and managing image galleries in fundamental to website design. When galleries are appealing to the eye and provide seamless user experience, they help increase traffic and user engagement.

However, due to the numerous issues related to displaying image files, you may find that creating an attractive and functional image gallery is a challenging task. That’ was the main reason the Easy Image Gallery plugin was developed back in 2014 by DevriX – to empower you to design visually appealing and intuitive to operate galleries in no time.

User Benefits

Simple to Use

Just add the images – you will preview them from the meta box. Then reorder them as you like, using drag and drop. Add as many images as you want at once, to save time.

Publish Anywhere

With the Easy Image Gallery plugin, you can publish galleries everywhere in the content area of all website pages and posts. Just copy and paste the shortcode.

Unlimited Number of Galleries

Since Easy Image Gallery version 1.3 you could add to your site as many galleries as you want and wherever you want. It is even possible to have more than one gallery per page.

Beautiful Design and UX

Compliant with the theme you use, the plugin is designed to make you enjoy your editor experience. And what is more important – your site visitors will make the most of your content due to the galleries design.

Main Plugin Features

  • Gutenberg Support
  • Drag and drop re-ordering
  • Add gallery to any post, page or custom post type
  • Add two or more different galleries to one page
  • Add multiple images to the gallery at once
  • If more than one image is added to the gallery, the images become grouped in the lightbox so you can easily view the next one
  • CSS and JS are only loaded on pages where needed
  • Images link to larger versions (can be turned off)
  • Fully Localized (translation ready) with .mo and .po files
  • Uses the thumbnail size specified in Settings -> Media
  • Developer friendly

Plugin Usage

Use the shortcode or the function to show the gallery anywhere in the content area.

Shortcode: [easy_image_gallery gallery="XXX"]

Function: if( function_exists( ‘easy_image_gallery’ ) ) {
echo easy_image_gallery( “XXX” );
}
where “XXX” is the ID of the gallery item.

You can find the full details, installation notes and more in the official WordPress.org page of the plugin.