Enlarge Image/View Full Size   on signatures? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Enlarge Image/View Full Size on signatures?

    99nour
    99nour
    Forumember


    Female Posts : 368
    Reputation : 18
    Language : English
    Location : Egypt

    In progress Enlarge Image/View Full Size on signatures?

    Post by 99nour June 13th 2012, 12:25 pm

    Hello Hai

    I know how to make it so that when I post a big picture it gets resized, but how do I apply that on signatures?
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    In progress Re: Enlarge Image/View Full Size on signatures?

    Post by Nera. June 13th 2012, 3:26 pm

    Hi,

    Add this to your AP > Display > Colors > CSS:

    Code:
    .signature_div img {
        max-height: 100px !important;
    }
    99nour
    99nour
    Forumember


    Female Posts : 368
    Reputation : 18
    Language : English
    Location : Egypt

    In progress Re: Enlarge Image/View Full Size on signatures?

    Post by 99nour June 13th 2012, 5:04 pm

    Thanks! But is there a way to do it and make it... Like... If I post

    Enlarge Image/View Full Size   on signatures? Yusei_fudo

    That, it'll say *Enlarge Image* and *View Full Size* or something. How can I do that to signatures?
    Chris Dans
    Chris Dans
    Forumember


    Male Posts : 55
    Reputation : 1
    Language : English/Coding/Design

    In progress Re: Enlarge Image/View Full Size on signatures?

    Post by Chris Dans June 13th 2012, 5:32 pm

    There should be something in tutorials about that
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    In progress Re: Enlarge Image/View Full Size on signatures?

    Post by LGforum June 13th 2012, 11:47 pm

    If you look at this: http://www.avacweb.com/t173-19-a-new-better-image-resizer

    And change this line: var post=$('.post .content');
    to this: var post=$('.post');

    It will also resize signatures.
    99nour
    99nour
    Forumember


    Female Posts : 368
    Reputation : 18
    Language : English
    Location : Egypt

    In progress Re: Enlarge Image/View Full Size on signatures?

    Post by 99nour June 14th 2012, 10:15 pm

    Thank you, but nothing happens.