Re: What is the best way to condense the image display?
By default ClassiPress limits image uploads to 1MB each to help avoid this issue. Even with this limitation, you'll see large images similar to what you are mentioning. ClassiPress uses
LightBox to display the pop-up images so you can probably find a variable to change like max % of window or something.
The lightbox code is located in /
js/lightbox.
js. Let us know what you find. It would be considered adding to a future release.