Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haringsrob/drupal-image-delta

A field formatter for image fields that allow you to display a delta.
https://github.com/haringsrob/drupal-image-delta

Last synced: about 1 month ago
JSON representation

A field formatter for image fields that allow you to display a delta.

Awesome Lists containing this project

README

        

## image delta

A field formatter for image fields, that allows you to display just a single image.

This is usefull when you allow multiple images to be uploaded but only want to show the first image on a teaser.

This module will become obsolete once [d.o#1234624](https://www.drupal.org/node/1234624) lands (probably 8.2)

Alternative modules:
* [field_multiple_limit](https://www.drupal.org/project/field_multiple_limit) but it uses an alternative approach.

### How to install

Using composer:

```
composer require harings/image_delta
```

### Screenshot

![Example image](http://i.imgur.com/SGobzCh.png)