Closed (fixed)
Project:
Extra Paragraph Types (EPT): Carousel
Version:
1.4.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2023 at 15:43 UTC
Updated:
15 Jun 2025 at 12:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
levmyshkinComment #3
levmyshkinHi hockey2112, EPT Carousel module uses usual Drupal Paragraphs and Block type with paragraph field Carousel (field_ept_carousel). So you can create new View Modes for your Carousel Item paragraph type:
/admin/structure/paragraphs_type/ept_carousel_item/display
And install one of these modules (only one of them needed):
https://www.drupal.org/project/paragraph_view_mode
https://www.drupal.org/project/paragraphs_viewmode
After that enable selecting view modes for Carousel field in EPT Carousel paragraph type:
/admin/structure/paragraphs_type/ept_carousel/form-display
So it will be possible to select different view modes (sizes) for images in EPT Carousel.
I did selecting image style for single image:
https://www.drupal.org/project/ebt_image
https://www.drupal.org/project/ept_image
It's possible to do the same with Carousel item paragraph type. But it will need to override templates for paragraph or image field in paragraph to display selected image style. It's also possible to do, I will try to implement this.
Comment #5
levmyshkinI added Image Size (image styles) field in EPT settings, so it's possible to choose Image style for each carousel separately.
Comment #6
levmyshkinComment #7
levmyshkin