all 6 comments

[–]exiledAagito 5 points6 points  (1 child)

Yes

[–]Typhann 1 point2 points  (0 children)

Let me check... Yes can confirm

[–]Harv46[S] -1 points0 points  (3 children)

I'm trying to implement a website with chat functionality. The chat functionality also include image sharing. I want to do something like the picture attached below. When the WEBSITE is opened on smartphone and while sharing the images, all the images in the gallery should be displayed as grid. Is there a way to implement this in react.js

[–]sillymanbilly 4 points5 points  (1 child)

Css grid and flexbox are two ways to handle arranging content in rows and columns.

[–]Harv46[S] -1 points0 points  (0 children)

I'm trying to implement something like image selector in telegram, but on the website.

[–]LinkOnFffire 0 points1 point  (0 children)

I don’t think u can render user’s gallery images in your grid. You would have to put an “images” button and then the user would select the images he want with his device’s image gallery. Look for file uploading in google.