1
wonder
Auto-resizing images
  • 2005/8/6 14:01

  • wonder

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/5/22


Well... I've got this problem:

http://img293.imageshack.us/img293/1706/autoresize8cu.jpg

Are there any hack to auto-resize images in xoops? I realy need it. Because my template is becoming ugly when signs have a width too long.

Thanks

2
studioC
Re: Auto-resizing images
  • 2005/8/6 15:11

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


no ... no auto-resizing images hack that i know ..

perhaps this may work in your case?
img {
width200px;
height100px;
}
in stylesheet file will affect all images used.

Now it's your imagination to separate images you want to be affected eg.
<img class="galery" src="" alt="" />

and 
in stylefile:

.
galery img {
width200px;
height100px;
}


michael

3
wonder
Re: Auto-resizing images
  • 2005/8/6 18:09

  • wonder

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/5/22


The problem is that I want to auto-resize images posted in signature... How can I do that?

Login

Who's Online

403 user(s) are online (51 user(s) are browsing Support Forums)


Members: 1


Guests: 402


Mamba,

more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits