Image Sizing w/ Frames
Fragment of a discussion from User talk:WikiAdministrator
Hi Zack,
Unfortunately not - the frame parameter causes images to ignore any size specifications (this is MediaWiki default behaviour and not a bug). I usually use the thumb parameter instead:
For example:
[[File:ExampleImage.jpg|thumb|100px|Caption]]
looks like this:
Another option might be to use inline css to create a frame. For example:
<div style="float:left; margin-right:1em; padding: 7px 7px 11px 7px; border:1px solid #cccccc;"> [[File:ExampleImage.jpg|100px|Caption]]</div>
looks like this:
Let me know if either of these options will work for you.
Cheers,