Load image via url from parameter and text

Hi there! This is kind of a noob question but is there a way for me to load an image (perhaps in an iframe so it can scale correctly?) via URL parameters?

eg https://www.myWebflowSite.com/?testValue=this%is%my%text&imageUrl=https://secure.static.tumblr.com/someTumblrId.gif

And then my one image element will load that URL and my target text element will display that text.

Thanks for your time!

Should be possible to do using custom code, but why?