Forum Discussion
holywasabi
11 months agoFrequent Visitor
SVG icons in matrix not showing up
Hi all, I need some help with my matrix. For the matrix outlined in pink, the SVG icons do not show up 😞 The column [svg_url] has values formatted like this : "data:image/...
lbendlin
11 months agoSuper User
you need to unescape the ":" to just ":"
holywasabi
11 months agoFrequent Visitor
lbendlin Thank you so much for your reply / answer and sorry for the late reply.
Not sure if I'm understanding you right.
I used your code as the values in a matrix, but the icons still does not show up. 😅
- lbendlin11 months agoSuper User
Instead of
data:image/svg+xml;utf8,
use
data : image/svg+xml;utf8,
(with the spaces removed if you want)