This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Removing enlarge image and adjusting size of thumbnail?


avatar
mishima 144
From: -
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 Smiling Face

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Removing enlarge image and adjusting size of thumbnail?
avatar
Editor
0
From: -
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.
1 Re: Removing enlarge image and adjusting size of thumbnail?
avatar
OP 144
From: -


There is an option under News Preferences to set the thumbnail image width. New image uploads will appear with the new 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?
1 Re: Removing enlarge image and adjusting size of thumbnail?
avatar
Editor
0
From: -
I can change the image there images/enlarge.gif to what I want can't I?

Yes, you can change the image to something else

Will changing the thumbnail size change the enlarge image - or does it change regardless of the size?

No, the size of the enlarge image will not change
1 Re: Removing enlarge image and adjusting size of thumbnail?
avatar
OP 144
From: -
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?
1 Re: Removing enlarge image and adjusting size of thumbnail?
avatar
Editor
0
From: -
Just wondering how I would remove the enlarge annotation around a thumbnail image?

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:

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:

img.thumb

{
background: rgb(168, 210, 255);
border: 1px solid rgb(0, 0, 0);
padding: 2px 2px 2px 2px;
}


Also, how would I change the size that a thumbnail displays at? Thanks Smiling Face

There is an option under News Preferences to set the thumbnail image width. New image uploads will appear with the new size.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.