Change size of list image (icon)
Hi!
I'm trying to increase the size of an image in a list item. If I change it into a thumbnail, it becomes too big, and the icon is too small. I've added this script in the load event:
Appery("list_item_ol").find("img").css({"height":"100%", "width": "100%"});
where "list_item_ol" contains the image I want to resize. However, the script only works if the Image type is set to "thumbnail" in the properties tab. I've uploaded two pictures, one of what I have, and one of what I want to have. Please help! My coding skills are not that great :S