Forum Discussion
ArthaLearning04
17 days agoCommunity Member
Handy Templates! – Three Reusable Rise Code Blocks for Everyday Problems
For this Build-a-Thon, I decided to submit a small collection of reusable Rise Code Block templates rather than a single standalone interaction.
The idea behind Handy Templates! is simple:
When w...
MontserratJi635
11 days agoCommunity Member
Hi ArthaLearning04 how did you insert the images inside the cards?
- ArthaLearning0310 days agoCommunity Member
Hi, Here is the trick:
Inside the CONFIG section, each card has an imageUrl property. Just replace "URL HERE" with a direct image link (must start with https:// - for example from Unsplash) and the image will appear inside the card.
{
title: "Your title",
body: "Your text",
imageUrl: "https://images.unsplash.com/your-image-link"
}
The layout handles spacing and cropping for you. If you don’t want an image, set it to "" and the card will render text only.