mpet29
Forum Replies Created
-
Nevermind! I see what I did wrong now.
SalsaTrips, I used your code that you posted above. Works wonderfully. Thanks!!
Thanks. But Marcus, I don’t see how it is a permissions issue; how could it be if not putting in size parameters displays the image?
If I do this:
#M #j #_EVENTIMAGEI get an enormous image, even though the source image is just 50px wide.
If I do this, as in documentation, I get no image at all
#M #j #_EVENTIMAGE{100,100}If I do this, as helpfully suggested by salsatrips, I also get no image at all.
#M #j <img src="#_EVENTIMAGE" width="100" height="90" border="0">If it’s helpful to note, I am attempting to use this in a sidebar widget, not within a regular page.
I am finding a similar issue.
#_EVENTIMAGE works to display the image, but it’s ENORMOUS (source file is like 50px wide, this displays it about 1000px wide).
#_EVENTIMAGE{100,100} displays no image at all.
I know it’s not a permissions issue, because without the resizing the image displays fine.