Shrink an image
Moderator: jeanmichel
Shrink an image
So I want to add our logo to our screens, the image I have is way too big. Is there a way in aXes to shrink an image? Seems like I should be able to do that like any other field, but it doesn't work. Obviously I can make the image smaller outside of aXes, but I really don't want to do that with every image I have to use.
- jeanmichel
- Posts: 109
- Joined: 23 May 2014, 11:37
- Location: Sydney
Re: Shrink an image
Hi Wayne,
When you add an image extension, you can set it's style property (not the basic style property) to:
If you want to it to fit the width
max-width: 100%
if you want it to fit the height:
max-height: 100%
When you add an image extension, you can set it's style property (not the basic style property) to:
If you want to it to fit the width
max-width: 100%
if you want it to fit the height:
max-height: 100%
Regards,
Jean-Michel Rapin
LANSA Pty Ltd
email: JeanMichel.Rapin@lansa.com.au
Address: 122 Arthur Street, North Sydney, NSW 2060, Australia
Tel: +61 289 070 262 http://www.lansa.com | http://blog.lansa.com |
Jean-Michel Rapin
LANSA Pty Ltd
email: JeanMichel.Rapin@lansa.com.au
Address: 122 Arthur Street, North Sydney, NSW 2060, Australia
Tel: +61 289 070 262 http://www.lansa.com | http://blog.lansa.com |