Removing enlarge image and adjusting size of thumbnail?
mishima 144
From: -
From: -
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?
Philipp Esselbach
From: -
Editor
0From: -
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?
mishima
OP
144
From: -
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?
Philipp Esselbach
From: -
Editor
0From: -
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?
mishima
OP
144
From: -
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?
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?
Philipp Esselbach
From: -
Editor
0From: -
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
There is an option under News Preferences to set the thumbnail image width. New image uploads will appear with the new size.
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