Okay using these configuration settings
Images
Image - Use Proportional Images on Products and Categories - 1
Event Manager
Automatically re-size event images? - false
Include the IMG tag height and width - false
The images will be resized proportionally exclusively using the CSS settings for the container.
The resulting HTML looks like this:
Code:
<!-- **rus.02:start -->
<img src="images/events_images/Chrysanthemum.jpg" alt="de Finibus Bonorum et Malorum" title=" de Finibus Bonorum et Malorum " class="event_calendar_image" /><!-- **rus.02:stop -->
If I use these settings:
Images
Image - Use Proportional Images on Products and Categories - 1
Event Manager
Automatically re-size event images? - false
Include the IMG tag height and width - true
Then while the images are not overlapping the edges of the inner and outer containers, they are displayed disproportionally
The resulting HTML looks like this:
Code:
<!-- **rus.02:start -->
<img src="images/events_images/Chrysanthemum.jpg" alt="de Finibus Bonorum et Malorum" title=" de Finibus Bonorum et Malorum " width="1024" height="768" class="event_calendar_image" /><!-- **rus.02:stop -->
In either case it doesn't matter what my height and width settings are (I left the default settings). It also doesn't matter whether I choose to resize images or not. Since re-sizing happens on upload I also expected this. In either case the
Images configuration settings has no effect on the image display within an event (which is what I expected). The ONLY setting that affects the image display is the "Include the IMG tag height and width" setting..