Forums / Developer / Problem displaying images, cache???
Alejandro Dominguez
Friday 04 March 2011 4:28:17 am
Hello guys,
I'm trying to display several images in my content from an object with the same width and height, some of the are display right, but others are smaller. This images has been taken with a proffesional camera, so they are large enough.
I thought it could be a cache problem, but after I cleaned it the images are still small (From setup > cache > Clear all caches)
This is the code I'm using to show the images
{attribute_view_gui attribute=$relnode.object.data_map.image image_class=medium}
any ideas?
Marc Humphries
Monday 04 April 2011 6:15:44 am
Did you have any luck finding a solution to this issue? I have run up against this one and can't figure it out. I wanted to allow users to post images in the forum.
Thanks
Luis Delgado
Thursday 07 April 2011 8:09:38 am
I'm having a similar problem... I see images are actually uploaded but no images are shown... any ideas??
Cheers GOOD 4 ALL
Thursday 07 April 2011 8:25:09 am
Hi Luis, I managed to get images to to display on forum pages using the below:
{attribute_view_gui attribute=$node.data_map.image1 image_class=large}
Hope this helps.