cotonti.com : Image Resize https://www.cotonti.com Последние сообщения в теме Cotonti en Sat, 11 Oct 2025 19:07:57 -0000 Twiebie I'm using CKEditor with HTML parsing so that's not really a solution i'm afraid.

]]>
пт, 14 окт 2011 11:49:01 -0000
pieter If you work with BBcode, you can add a class to [img] and resize it this way.

I used this before: 


/* for understanding browsers */
.resizeimage   { max-width:250px;max-height:250px;}
/* for Internet Explorer */
/*\*/
* html .resizeimage{
border-width:1px solid #000000;
height: expression(this.height >= this.width && this.height > 250 ? '250px' : true);
width: expression(this.height < this.width && this.width > 250 ? '250px' : true);
}

 

]]>
пт, 14 окт 2011 11:24:58 -0000
Twiebie I gave it a go but it doesn't resize any of the images...

]]>
пт, 14 окт 2011 11:10:08 -0000
Kingsley dunno, Im still on genoa, but I think that it does the same things as slimbox for genoa, so in that case, Yes, it will resize your forum post images.

]]>
пт, 14 окт 2011 10:26:51 -0000
Twiebie Does it actually resize the image that is in for example a forum post?

]]>
чт, 13 окт 2011 12:31:23 -0000
Kingsley Littledev has Fancybox for Sienna:

http://littledev.ru/page.php?id=27

]]>
чт, 13 окт 2011 12:19:36 -0000
Twiebie There was a plugin (Slimbox + Image Scaling) for Genoa that would resize images to a set width/height to fit in a div so it wouldn't stretch/overflow in pages and forums.

Is there something that can be used on Siena?

]]>
чт, 13 окт 2011 10:25:40 -0000