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