Is it possible to Link Image to other than original image file, say an Image Type?

eg: In Content Types, images Link to File. File being the original image (see link below).

http://i.imgur.com/AlN7QFz.png

Comments

John_B’s picture

Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors

John_B’s picture

Possible methods:
1. use Views to display the content or just the field and do a views rewrite or linking http://drupal.stackexchange.com/questions/126618/how-can-i-get-panelizer...
2. Write your own custom field template in the theme
3. Use Linked Field http://drupal.stackexchange.com/questions/22785/can-you-link-an-image-fi...
4. Use Field Group Link https://www.drupal.org/project/field_group_link
5. Write your own Field Formatter which will show up under the Node's 'Manage Display' tab (maybe a good option of you want to link to an Image or a specficied type
6. Do method 5. above but cut the code require by using Custom Formatters
There are several other ideas which immediately come to mind. Those five should include one which turns out to be right.

Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors