Page 1 of 1

Layout grid + images

Posted: Thu Dec 03, 2020 5:47 am
by Varail
Im trying to place some images in a layout grid however everytime I do it they change size and start looking like crap (images are small like 300,300).
How can I make it work ?
Tx

Re: Layout grid + images

Posted: Thu Dec 03, 2020 6:59 am
by Pablo
Do you mean that there are automatically resized to the full width of the layout grid?
You can set the full width property to 'false' to prevent this.

Re: Layout grid + images

Posted: Fri Dec 04, 2020 8:13 pm
by Varail
You mean switch this to fixed width ?

Image

Re: Layout grid + images

Posted: Fri Dec 04, 2020 8:15 pm
by crispy68
No. Click on the image that is inside the layout grid and at the bottom check to see if the full width option for the image is set to true or false. Setting it to true will cause the image to scale up to the max-width you set for the image. If set to false, the image will remain the size you resize it to.

Re: Layout grid + images

Posted: Fri Dec 04, 2020 8:29 pm
by Varail
Got it.
Tx