placing a photo or JPEG in a card

Anyone know of a way to embed a photo or Jpeg in a card, like the background?

Best Answer

  • AS
    AS Coach
    Answer ✓

    On the page you want to create the card, click on 'Add Card', then 'Design', and 'Image' will be a choice:

    Image card.JPG

    Aaron
    MajorDomo @ Merit Medical

    **Say "Thanks" by clicking the heart in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"

Answers

  • 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.

    Aaron
    MajorDomo @ Merit Medical

    **Say "Thanks" by clicking the heart in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"
  • Where can I find an image card?

  • AS
    AS Coach
    Answer ✓

    On the page you want to create the card, click on 'Add Card', then 'Design', and 'Image' will be a choice:

    Image card.JPG

    Aaron
    MajorDomo @ Merit Medical

    **Say "Thanks" by clicking the heart in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"
  • @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

This discussion has been closed.