Skip to main content
February 20, 2022
Question

Displaying images in rows

  • February 20, 2022
  • 0 replies
  • 0 views

Hi all,

I have this array of images:

local!imgs: {
"example",
"example",
"example",
"example",
"example",
"example",
"example",
}

I want to display for the user each 3 images in separate row.

I need the output to be something like this:

Thanks in advance,,