Quote:I really wonder what the creator of the theme will say
)
I have no issues. Provide a link. The bottom you speak of uses standard Zenphoto functions. I will provide the code here, as you should have:
`
printImageStatistic(8,'latest','',false,false,false,40,'',190,190,true,false);
`
as in your case of latest images, or for random option:
`
printRandomImages(8,'random-image','all','',190,190,true);
`
Wild guess is it is not the theme, but your image dimensions. Try Garland theme, I believe it uses these functions as well?, but not sure. Could be a help troubleshooting.