- Issue created by @hockey2112
- Status changed to Needs work
about 1 year ago 4:50pm 22 November 2023 - π·πΈSerbia levmyshkin Novi Sad, Serbia
Hi 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/displayAnd 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-displaySo 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.