WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Resizing images in the chat Empty Resizing images in the chat Mon Aug 23, 2010 5:40 am

pimentel2


"Suggest a Contest" Contest Winner
Resizing images in the chat Winner11
I was wondering, would this be possible with CSS, or possibly JS to resize images on the chatbox? If so, how?

Thanks in advance



Last edited by pimentel2 on Mon Aug 23, 2010 10:39 am; edited 1 time in total

2Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 7:59 am

ankillien

ankillien
Administrator
Administrator
Hey!

Which version you are using?

3Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 9:15 am

pimentel2


"Suggest a Contest" Contest Winner
Resizing images in the chat Winner11
I'm using PHPBB2

4Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 10:12 am

ankillien

ankillien
Administrator
Administrator
Thanks.

This CSS code will help...

.chatbox_row_1 img ,
chatbox_row_2 img {
max-height : 20px !important;
}

5Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 10:24 am

pimentel2


"Suggest a Contest" Contest Winner
Resizing images in the chat Winner11
For some reason, its off and on Sad

6Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 10:27 am

ankillien

ankillien
Administrator
Administrator
off and on? Sorry I don't understand what you mean.

7Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 10:27 am

pimentel2


"Suggest a Contest" Contest Winner
Resizing images in the chat Winner11
It resized, but after 2 posts, it was big again

8Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 10:35 am

ankillien

ankillien
Administrator
Administrator
Sorry, the code had a bug Razz

Here is a perfect one...

.chatbox_row_1 .msg img ,
.chatbox_row_2 .msg img {
max-height : 20px !important;
}

9Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 10:39 am

pimentel2


"Suggest a Contest" Contest Winner
Resizing images in the chat Winner11
Yep, works perfectly now thanks Ankillien Smile

10Resizing images in the chat Empty Re: Resizing images in the chat Mon Aug 23, 2010 10:45 am

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Similar topics

-

» Images?
» Some images
» /images?
» Images
» Links and images

Permissions in this forum:
You cannot reply to topics in this forum