- 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.