[Solved] Displaying multiple images without creating new variables [closed]
[ad_1] There are two basic approaches, the both kind of follow the same basic concept… Generate a list of images and paint them… You Could… Create a custom component which is singularly responsible for painting a single card. The benefit of this is that it’s generally easy to manage and uses what is already available. … Read more