New messages Members Forum rules Search
  • Page 1 of 1
  • 1
Forum moderator: kostova  
uCoz Support Forum by uCozers » uCoz » Forum » How do I automatically reduce image size in post? (sml[answered])
How do I automatically reduce image size in post?
dalmatino-39Date: Friday, 2009 November 13, 1:31 PM | Message # 1
Font size: A | A |
Private
Group: User
Message: 5
[ ]
Offline
Please if anyone knows how to do that when a display of the big picture in the post that it is automatically reduced, I read, tried some scripts but does not help.

Just because I have some knowledge of CSS and HTLM if he can a little more detailed description of how to do this, thanks and greetings from Croatie

 
jackassDate: Friday, 2009 November 13, 2:57 PM | Message # 2
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
If you mean with
Code
[img] [/img]

than paste this in your CSS

Code
.posttdMessage img {
max-width:450px;
width:expression((this.width>450) ? "450px" : true);
}
.posttdMessage img {
max-height:650px;
height:expression((this.height>650) ? "650px" : true);

you can change size smile

We had a tutorial in our forum, but I can't find it surprised


 
AltricDate: Friday, 2009 November 13, 4:13 PM | Message # 3
Font size: A | A |
Major
Group: uCozer
Message: 81
[ ]
Offline
Search works jackass. wink http://ucozers.ucoz.com/forum/10-74-1

"When you get frustrated, just ignore it and keep on enjoying life."
 
uCoz Support Forum by uCozers » uCoz » Forum » How do I automatically reduce image size in post? (sml[answered])
  • Page 1 of 1
  • 1
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager