Removing enlarge image and adjusting size of thumbnail? Hi there, Just wondering how I would remove the enlarge annotation around a thumbnail image? Also, how would I change the size that a thumbnail displays at? Thanks
You need to edit the CSS directly. However, you should this only if you no longer need the instant styles editor, after changing back to instant styles will revert the stylesheet again. You can edit the style under Templates => Manage Styles You are looking for the following CSS element: Code: img.thumb { background: rgb(168, 210, 255) url(images/enlarge.gif) no-repeat bottom left; border: 1px solid rgb(0, 0, 0); padding: 2px 2px 15px 2px; } and need to change it to something like this: Code: img.thumb { background: rgb(168, 210, 255); border: 1px solid rgb(0, 0, 0); padding: 2px 2px 2px 2px; } There is an option under News Preferences to set the thumbnail image width. New image uploads will appear with the new size.
Thanks for the information. I can change the image there images/enlarge.gif to what I want can't I? Will changing the thumbnail size change the enlarge image - or does it change regardless of the size?
It was actually the Articles I was after changing. This option is the same though and is under preferences. If I change this option, are you saying it only changes any images uploaded AFTER I make the change? What will happen to the existing images, is there no way to control this?
Correction, all images should resize to the new size after you changed the setting in preferences. The only type of images that can't be resized later are the teaser images.