increasing the thumbnail size, eg to 200x200, breaks the layout of the garland theme for stories when using Internet Explorer 6. the attached image overlaps the story frame.

Comments

Stefan Nagtegaal’s picture

Project: Image » Drupal core
Version: 5.x-1.x-dev » 6.x-dev
Component: image_attach » theme system
Category: bug » feature

I said this before, and I say it again: we can only get around these kind of _user_ errors, by having some sort of defines in our themes which could be used by other modules.

Something like:
define(THEME_MAXIMUM_WIDTH, '550'); // To prevent breaking the layout
define('THEME_BACKGROUND_COLOR', '#223644'); // For blending added shadows to the background color of the area where it is displayed

etc, etc... :-)

though, this is in no way an issue for image_attach. So, I assign this to the "theme system" and it's version to "HEAD" so someone may implement it.

pasqualle’s picture

Version: 6.x-dev » 7.x-dev
Component: theme system » Garland theme
cafuego’s picture

Garland was removed from D8 and IE6 is no longer supported, should this issue be closed?

Lucasljj’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)