SOLVED: Image Element - Render from Placehold

Would really be nice if bricks image element could render URLs from https://placehold.co/
As of right now, bricks is trying to fetch the image in a way that doesn’t work. This should work, but doesn’t: https://placehold.co/600x400.png

Placehold allows you to get the EXACT PIXEL image size you need. Sometimes I need a banner size and sometimes I need just a small thumbnail. I could just put ANY size in the URL, and voila!
For those doing different portrait / landscape videos it’s also excellent.

No need to use a plugin to get random images from 3rd party sites / APIs, when I could just simply use a url for the image element like: https://placehold.co/600x400.png and get the exact size no problem, no plugin.

It also allows for colors: https://placehold.co/600x400/red/FFF

Advantages:
NO plugin needed.
NO impact on page render
PIXEL perfect image sizes you choose
Color options
Text or Size (optional) on the image
Retina sizes
Font choices

you could write your own dynamic data tag, with arguments lik width, height color etc. if you know some php:

Cheers Suat

What do you suggest, give me clues… because I really would like to use placehold.co. Albeit, there are others that work like picsum.photos, but not as customizable as the aforementioned.

I’m having too many issues with bricks and ‘creating’ dynamic tags.
See here: Registering Dynamic Data Tag - User IP

This works, enter the url in the custom url field

CleanShot 2025-08-03 at 3 .33.25

Details matter

It wont work if you enter it in the dynamic data field as that field is meant to parse dynamic data

My apologies @SuatB and @emmanuelson! It was this Brave browser “shield” blocking it for some odd reason.
This may explain some other weird issues I’ve been having :neutral_face:

Thanks for taking the time to help me with this! (now if I could get a mod to delete or move from feature request section).