olus85
Posts: 0
Joined: Wed Jul 20, 2011 5:17 pm

second image under the first image

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..

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

second image under the first image

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.

Kameliya Vladimirova
Posts: 0
Joined: Tue Feb 18, 2014 6:44 pm

second image under the first image

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

second image under the first image

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.

Return to “Issues”