I added an image gallery, but the thumbnails are distorted and there is no carousel when the image is maximized (the arrows on the sides are greyed out and nothing happens when clicking them).

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

DrupalDope created an issue. See original summary.

drupaldope’s picture

I noticed the distortion happens when the image gallery is more narrow than its container, for example add just 2 pictures in a 2 column layout within a larger container.

Neha-Verma made their first commit to this issue’s fork.

  • levmyshkin committed 4f4e87c2 on 1.4.x
    Issue #3419006 by drupaldope: Image ratio problem and no carousel
    

  • levmyshkin committed 8ccfd72c on 1.4.x
    Issue #3419006 by drupaldope: Image ratio problem and no carousel
    
levmyshkin’s picture

Hi drupaldope, EPT Image gallery doesn't have carousel functional, here are few EPT modules for carousel/slide images:
https://www.drupal.org/project/ept_carousel
https://www.drupal.org/project/ept_slick_slider
https://www.drupal.org/project/ept_slideshow

Maybe you mean slideshow in lightbox popup, I think it was fixed for Glightbox integration module:
https://www.drupal.org/project/glightbox
https://www.drupal.org/project/glightbox/issues/3441105

There are new options for selection gallery for field, paragraph or for entire page:

/admin/structure/media/manage/image/display/ept_image_gallery - EPT Image Gallery

EPT gallery

/admin/structure/media/manage/image/display/ebt_image_gallery - EBT Image Gallery

Glightbox options

About wrong ratio when first row is not full of images:

2 columns only

It's possible to select Style 2 Columns for gallery where is small number of images. But for the case for 2+ columns and only two columns, I fixed CSS:

ept options

I pushed updates in new release:
https://www.drupal.org/project/ept_image_gallery/releases/1.4.5

levmyshkin’s picture

Status: Active » Fixed
levmyshkin’s picture

Status: Fixed » Closed (fixed)