1
Answer

display list of images in layout using typescript and HTML

siva nathan

siva nathan

4y
677
1
Hi All ,
 
I have a list of images need to show 4x4 layout,can anyone tell me the logic to dispaly the images in below order
ex:
index[0]    image1.png(primary)
index[1]    image2.png(secondary)
index[3]    image3.png(secondary)
index[4]    image4.png(secondary)
 
 
need to show  primage image always left side of layout,rest of images shown right ,left bottom and right bottom
 
 image1.png(primary)  image2.png(secondary)
 image3.png(secondary)  image4.png(secondary)
 
 
Answers (1)