Page 1 of 1

second image under the first image

Posted: Wed Jul 20, 2011 5:17 pm
by olus85

how can i add the second image in the same line ? when i add an image to a page it will appear on the left side. the second image will appear under the first image..


second image under the first image

Posted: Wed Jul 20, 2011 7:25 pm
by maxkatz

Use a grid component with two columns. The grid component is very flexible for doing layout, you can easily resize its cells, add/delete columns and rows.


second image under the first image

Posted: Tue Feb 18, 2014 6:44 pm
by Kameliya Vladimirova

I still have the same problem- how to display 2 pictures in 1 line. The pictures are saved in the database, but not able to display them in multiple columns.

I used a grid with 2 columns and several rows and placed an image component in the first column.

In the list service, the grid is linked to the list of photos and the image is linked to the photo column in the database.

Based on that, all photos display vertically as 1 column and multiple rows.

How can I display the images in 2 columns?


second image under the first image

Posted: Wed Feb 19, 2014 11:42 am
by Kateryna Grynko

Hi Kameliya,

Can your service return more than 2 records? Does it return an array or two separate images? If separate images, you can use two images in two columns.