Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi,
Any time I try generating a thumbnail, my page goes blank. Below is the code I used.
Code: Select all
<img src="<cms:thumbnail featured_img width='2000' height='1333' />" alt="..." />


What could be wrong with my code?
Nothing is wrong. 'Blank page' means the whole php got shot down due to insufficient memory issue while making a thumbnail on the fly. Same happens with uploading of large images. Try tweaking settings from my post viewtopic.php?f=4&t=9674&p=21623#p21623

Also consider creating thumbnails in the backend automatically, because this process will run only once - when the image is uploaded and then your thumbs will be insta available in the frontend like images. Check my samples viewtopic.php?f=2&t=11920#p32345
Thanks trendoman , will do that and get back to you.
3 posts Page 1 of 1
cron