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]

1How to add auto-resize Empty How to add auto-resize Fri Sep 16, 2011 1:34 pm

Fred100

Fred100
Registered Member
Registered Member
I was just wondering , like in this forum , an image of say , 1500x1800 is uploaded , it's automatically resized while posting. So I was wondering how do I get the same thing on my forum?
Do I have to change forum type from PunBB to something else?



Last edited by Fred100 on Thu Oct 06, 2011 1:40 am; edited 1 time in total

http://www.art-castle.biz/forum.htm

2How to add auto-resize Empty Re: How to add auto-resize Fri Sep 16, 2011 1:51 pm

ankillien

ankillien
Administrator
Administrator
Hi,

Please use an appropriate title for your topic.
The image resize options are in admin panel only Smile

3How to add auto-resize Empty Re: How to add auto-resize Thu Oct 06, 2011 1:40 am

Fred100

Fred100
Registered Member
Registered Member
Umm where? I can't find it Embarassed
And edited the title Smile

http://www.art-castle.biz/forum.htm

4How to add auto-resize Empty Re: How to add auto-resize Sat Oct 08, 2011 3:11 pm

Fred100

Fred100
Registered Member
Registered Member
umm , bump?

http://www.art-castle.biz/forum.htm

5How to add auto-resize Empty Re: How to add auto-resize Sat Oct 08, 2011 3:33 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Actually how auto-resize works, is with the two CSS variables max-height and max-width.

So try with this, to your style sheet.

Code:
.post-entry img {
max-height : VALUE;
max-width : VALUE;
}

http://woops.dk

6How to add auto-resize Empty Re: How to add auto-resize Sun Oct 09, 2011 9:03 am

ankillien

ankillien
Administrator
Administrator
Fred100 wrote:umm , bump?

Its in Admin CP > General > Messages & Emails > Configuration.

Sponsored content


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

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