lib @lemmy.world
Posts 0
Comments 2
Embedding an image when using dataview rows? 2 0
Happy to help! Glad it worked out.
Reply
Embedding an image when using dataview rows? 5 0
Hey, have you tried the following?
TABLE
embed(link(rows.image, "250")) AS Image
FROM "Journal/Entities/Devices"
WHERE type
SORT type DESC
Placing rows.
in front of image
should fix the problem.
Reply
Next