I want to use image assist as a way to insert pre-sized images into nodes, and don't want to have a popup window with the original. As such, I want to set the default Image generation settings > Default size for inline images to 'Original [image]'.

At the moment, Original doesn't appear in the pull-down Default size for inline images menu, and I get an alert saying "1 image size is not being shown because it exceeds the the maximum inline image size setting (see above)." (My max size is set to 640x640. This is a required field, and I have tried 0x0 - no value allows the original image size to be displayed inline by default)

Comments

Drupal_is_amazing’s picture

I have a similar situation-- if an image size is less than the maximum, I want the default inline image size to be "original". But the setting doesn't list "original" as an option for the default size.

Drupal_is_amazing’s picture

I hacked together a very rough solution to this for the moment:

http://drupal.org/node/406402

sun’s picture

Status: Active » Closed (won't fix)

How about simply increasing the maximum image size dimensions to something that works in any case?

ged3000’s picture

Status: Closed (won't fix) » Active

@sun (#3) That does not resolve the issue.

Changing the maximum image size to an unrealistically large value (e.g. 9999x9999) still does not allow the Default size for inline images to be anything other than Thumbnail and Preview. As originally posted, I wish to set the default size for inline images to the original image, rather than a rendered, smaller image.

sun’s picture

@ged3000: Frankly, I don't understand why you created a duplicate issue. Now, the other issue contains valuable technical information and also a first patch, while this issue was the original and contains further reasoning from a user's perspective. Could you move all information as well as the patch of the other issue into this issue?

ged3000’s picture

Status: Active » Closed (duplicate)

Sorry, I wasn't aware that there was another issue on this - I presume that you refer to #406402: Allow to set default image size to "original", created by Drupal_is_amazing?

I shall set this issue to duplicate so as to avoid confusion, and move discussion to that thread, for the reasons you mention in post #5.