Topic: What file do I need to edit?

Hi,

My partner in crime has edited something that is making pictures appear condensed (to fit into a post) rather than actual size.

Is this an option with the admin panel or is there a php files that needs to be altered?


thanks,
n

Re: What file do I need to edit?

maybe i'm being a fool and it has something to do with the actual style implemented that makes the images appear smaller.

doh?

3

Re: What file do I need to edit?

Shrinking to fit is the standard behaviour. For browsers that understand such things it is controlled by min-width in the stylesheet. For IE a script called min-max.js is used to simulate minimum width. There is no setting for it because it can be set via the stylesheet, just search for min-width. If you disable it large pictures will simply be cropped if they don't fit.

Re: What file do I need to edit?

Cool. Thanks for the info.