Contentteller

Contentteller Support Forums
Home Forums > Contentteller > General Questions >

Removing enlarge image and adjusting size of thumbnail?

Discussion in 'General Questions' started by mishima, Feb 5, 2009.

  1. mishima Customer

    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 :)
    mishima, Feb 5, 2009
    #1
  2. Philipp Administrator

    mishima;649 said:
    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:

    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;
    }
    mishima;649 said:
    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.
    Philipp, Feb 6, 2009
    #2
  3. mishima Customer

    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?
    mishima, Feb 7, 2009
    #3
  4. Philipp Administrator

    mishima;658 said:
    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

    mishima;658 said:
    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
    Philipp, Feb 7, 2009
    #4
  5. mishima Customer

    Philipp Esselbach;654 said:
    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?
    mishima, Feb 26, 2009
    #5
  6. Philipp Administrator

    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.
    Philipp, Feb 28, 2009
    #6
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > General Questions >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.