Have never been able to get drimage to work properly

Created on 23 December 2024, 3 months ago

Problem/Motivation

The README file states " Go to the "Manage display" screen of the entity where the field is and
select "Dynamic Responsive Image" as the Image formatter. You can optionally
choose a fallback image style and link the image. It seems not matter what I have done Dynamic Responsive Image never shows up as a selection and so I have been using Blazy. I either am not understanding something or I have something badly misconfigured.

Steps to reproduce

Enable module. Go to configuration for any image. Dynamic Responsive Image never shows up as an option.

Proposed resolution

Just asking for support on this. I'm not sure where to begin.

Remaining tasks

  • ✅ File an issue
  • ➖ Addition/Change/Update/Fix
  • ➖ Testing to ensure no regression
  • ➖ Automated unit testing coverage
  • ➖ Automated functional testing coverage
  • ➖ UX/UI designer responsibilities
  • ➖ Readability
  • ➖ Accessibility
  • ➖ Performance
  • ➖ Security
  • ➖ Documentation
  • ➖ Code review by maintainers
  • ➖ Full testing and approval
  • ➖ Credit contributors
  • ➖ Review with the product owner
  • ➖ Release notes snippet
  • ❌ Release

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • N/A
💬 Support request
Status

Active

Version

1.0

Component

Documentation

Created by

🇺🇸United States steve hanson

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @steve hanson
  • 🇩🇪Germany scroogie

    This is a bit confusing indeed. The module provides a formatter for direct image fields (file fields), not for entity reference fields directly. The normal "Media" fields you see in Drupal, are nowadays entity reference fields.

    So to get the functionality, you need to set the display type of the media type (not entity type) first. Go to

    /admin/structure/media

    and there on the manage display tab of a type with an image field, e.g.

    /admin/structure/media/manage/image/display

    for the builtin image type. There you can set "Dynamic Responsive Image" as the image formatter for the display type (of which you can create custom ones with Display Suite).

    If you now configure the display of an entity type with a media (reference) field, you can choose this display type on the field.

Production build 0.71.5 2024