Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-03-14 15:55:56

redk
New member
Registered: 2008-03-14
Posts: 2

Maximum image width

Hello all,

Just starting with Xinha and most things are working great so far.

I would like to know if it's possible to have a maximum width for images in EFM.

The way I got my site setup if users upload images that are larger than 575px it breaks the site
design.

Thanks.

Offline

#2 2008-03-14 18:49:59

redk
New member
Registered: 2008-03-14
Posts: 2

Re: Maximum image width

Replying to myself in case it might help others.

Nothing to do with Xinha but works:

img{
    height:auto;
    max-width:580px;   
    width: expression(this.width > 580 ? 580: true);
}

Offline

#3 2008-03-22 07:09:27

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: Maximum image width

If you'd like to see this as a feature, create a ticket, please.

Offline

Board footer

Powered by FluxBB