You are not logged in.
Pages: 1
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
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
Pages: 1