• Page 3 of 3
  • «
  • 1
  • 2
  • 3
uCoz Community » uCoz Modules » Site News & Blogs » Re-sizing Images (Site News)
Re-sizing Images (Site News)
Animorph
Posts: 2856
Reputation: 189

Message # 31 | 3:57 PM
Susmoy, because i liked the avatar and what do you mean with:
Quote (Susmoy)
Please Answer if you want other please don't get angry..

you really should watch your words, And lets stay on-topic , if you have something to say to me do it through PM

To busy building a passive income online ;)
Susmoy
Posts: 185
Reputation: 6

Message # 32 | 1:37 PM
Animorph, oh..sorry Typing Mistake It should be otherwise..

I just said to you to not to get angry...and I am happy you replied..Thanks Sir.

If I Help you then Please +Rep and Awards
Post edited by Susmoy - Sunday, 2011-06-26, 1:37 PM
Ronzky
Posts: 56
Reputation: 0

Message # 33 | 1:37 PM
Code
.posttdMessage img {   
max-width:700px;   
max-height:700px;   
width:expression((this.width>700) ? "700px" : true);   
height:expression((this.height>700) ? "700px" : true);}

can someone please help me with the code above? i want to make [img][/img] tags or images auto resize.. The code doesnt work on the site news but its working perfectly on the forum... how can I make it to work? Thanks.

Post edited by Ronzky - Tuesday, 2011-05-17, 9:45 AM
Natashko
Posts: 3366
Reputation: 171

Message # 34 | 1:37 PM
Ronzky, please provide a website name and a link to the page where you want this to work.
Still, if I understood you correctly, try to add this to CP->Design->Design management (CSS):
Code
.eText img, .eMessage img {    
max-width:700px;    
max-height:700px;    
width:expression((this.width>700) ? "700px" : true);    
height:expression((this.height>700) ? "700px" : true);}\
Ronzky
Posts: 56
Reputation: 0

Message # 35 | 1:37 PM
it works fine now.. thanks...
SDMTEAM
Posts: 84
Reputation: 0

Message # 36 | 1:38 PM
.signatureHr {margin-top:20px;color:#CCCCCC;}
.posttdMessage img {
max-width:700px;
max-height:700px;
width:expression((this.width>700) ? "700px" : true);
height:expression((this.height>700) ? "700px" : true);}

.postPoll {padding:5px;}

i have use this code wok is nice thanks Natashko
http://sdmteam.ucoz.org/forum/7-1113-1
Susmoy
Posts: 185
Reputation: 6

Message # 37 | 1:38 PM
SDMTEAM, "Natashko" Ma'am all ready given the code to re-size images on Site news then why you're providing again? (Maybe it's a different code but No need of that any more)

Hope you understand smile

If I Help you then Please +Rep and Awards
Natashko
Posts: 3366
Reputation: 171

Message # 38 | 1:38 PM
Susmoy,
Quote (Susmoy)
Ma'am all ready given the code to re-size images on Site news then why you're providing again?

Provide a link
Quote (Susmoy)
Maybe it's a different code but No need of that any more

What does it mean?
uCoz Community » uCoz Modules » Site News & Blogs » Re-sizing Images (Site News)
  • Page 3 of 3
  • «
  • 1
  • 2
  • 3
Search: