Could Someone Give me Advice with Customizing Dynamic Data Display in WeWeb?

Hello there,

I am working on a project using WeWeb and am facing some challenges when it comes to dynamically displaying data within my app. I have followed the tutorials and documentation on how to pull data from external APIs; but I am having trouble customizing how this data is displayed in the UI.

I am trying to create a list of user profiles that fetches data from a database. The goal is to have each profile appear as a card with a profile picture, name, and a few key stats. While the data is fetched correctly; I cannot figure out how to properly style the cards and dynamically display certain fields; like ensuring the profile picture appears correctly regardless of its dimensions.

How can I create a responsive grid layout for displaying the profile cards in a way that adapts to different screen sizes? I am using the data binding feature to populate fields like the users name and stats; but the data sometimes does not load in the expected format. Has anyone encountered similar issues with data rendering?

Also, I have gone through this post; https://community.weweb.io/t/need-to-modify-the-data-and-display-it-live-uipath which definitely helped me out a lot.

Is it possible to apply custom CSS or use advanced styling techniques in WeWeb to make dynamic content visually appealing without slowing down the page load?

Thanks in advance for your help and assistance.