I tried to do it on my own but I got all messed up..
I would like a full size, uncropped random image at a certain size, such as is done in the printCustomSizedImageMaxSpace..
I know I could take a random image and have it show up, but some of my pictures are portrait, others are landscape style, and getCustomImage just doesn't cut it. Any tips?
Comments
`
<?php printCustomSizedImageMaxSpace(getBareImageTitle(),640,640); ?>
`
does not work for you?
640px is the size for both sides in example, just to make sure you get that.
I would like an uncropped random image showing up.. I know how to crop with getcustomimage. at first I used it with width 230 and height 230 but this automatically cropped my portrait style photos where height > width
--- edit -- I wrote something else here but I figured it out so no worries.