Anyone know of a way to embed a photo or Jpeg in a card, like the background?
On the page you want to create the card, click on 'Add Card', then 'Design', and 'Image' will be a choice:
You can add a card called an image card which is just a simple photo. But you can't set it as a background for another card type.
If you have adobe illustator you could whip up a domo app with a picture as a background and your choice of chart widgets to appear in front.
Where can I find an image card?
@kwhite2910, did any of the above replies help you out?
What happened to this card type? I don't see it anymore.
Your right, it looks like it is gone, but the functionality is still there. You have a couple of options use Notebook and it has a function to upload an image or if you have a card with an image you created before copy that and upload a new image in place of the old one.
Hello, what about for an HTML custom app? Normally I would set the background image in the HTML or CSS code, but it appears not to be working now (it shrinks the card to a 300x300 when not in preview mode)
Is there any other way to do this?
Are you just wanting to upload and image? I just used the DOMO notebook card verses creating a custom app.
No, the image is the background for my card/app
Either this
<body onload="getData(), messCont()" background="img/img1.JPG"> <div>
or this
HTML
<body onload="getData(), messCont()">
CSS
body{ text-align: center; font-family: sans-serif; font-weight: bolder; background: url("../img/img1.JPG"); background-size: cover; background-repeat: no-repeat; }
works with the domo dev command
but not when deployed to the Asset Library