Lumis:
could you please show an exact code sample of what I put into my template?
currently, I call up images in my posts simply by inserting the field name for my image… it’s called “image_big”, so I only have to insert the placeholder, ie: {image_big}
my images are all about 200px wide and are stored in the “images/uploads” directory right off my root
I want the images on my home page to appear as thumbs that are 50px wide
so… using the Resizer plugin, do I put in a line something like:
{exp:imgsizer:size image="/images/uploads{image_big}" width="50" alt="image"}
????? (the above code did not work at all)
also, I don’t have any “image ID”... what is that, and is it optional?
Note: I first downloaded the plugin, extracted zip, and placed the single .php file into my “plugins” directory using FTP
thx!
PS: as an experiment, I tried the plugin to try displaying one of my images files *directly* (ie, not using a variable placeholder like I want to do)...
I used the code:
{exp:imgsizer:size image="/images/uploads/cookinglight_200w.jpg" width="50" alt="My Title"}
my output page at least showed a small broken image of 50px wide, but I got the error:
“Warning: imagejpeg() [function.imagejpeg]: Unable to open ‘images/uploads/cache/50x68-cookinglight_200w.jpg’ for writing in /home/cookbo2/public_html/system_ee123/plugins/pi.imgsizer.php on line 214”