Base64 Image/Video/Audio/PDF panel for Grafana

I’m trying to use this plugin for showing dynamic images that i have in a data base (which comes from an URL). I’m new in Grafana and I’m not sure how to use some of its plugins, I do not know what I need to change in the panel option section
Someone could help me? Thanks!
(Also, sorry for my English)

Hello, did you get this to work? If yes, which plugin did you use?

You ca. Use the table plug in and make sure you configure the cell type to be image

Hello, thank you for responding. I’m storing my image as a base 64 string in postgresql db. I added postgresql as a datasource, craeted a panel to query my data from postgrsql, diaplay as a table and overrided my image column with a cell type image. Is there a way I can make this image a clickable link or some mechanism where user can see an enlarged image when clicking on it? Right now it looks like an icon.