Fill the space in a row for a domo card table

Hello,

 

I wanted to replace my client name with their logo, and I did this by creating a separate domo card with the logo and creating a beast mode to replace the name with the image.

CASE
WHEN `CUSTOMER_NAME`= 'DELTA AIR LINES' THEN ('<img src="https://aarcorp.domo.com/api/content/v1/doc-previews/393/2332/PNG?page=1&width=1080">')
when `CUSTOMER_NAME` = 'KALITTA AIR LLC' then ('<img src="https://aarcorp.domo.com/api/content/v1/doc-previews/396/2335/PNG?page=1&width=1080">')
when `CUSTOMER_NAME` = 'AAR AIRCRAFT TURBINE' then ('<img src="https://aarcorp.domo.com/api/content/v1/doc-previews/399/2343/PNG?page=1&width=108">')
else `CUSTOMER_NAME`
end

My problem now is that the image does not fill the whole box in the table. Is there any way to change the margins to fill the whole box 

 

 

 

 

 

 

 

 

Best Answer

  • jaeW_at_Onyx
    jaeW_at_Onyx Coach
    Answer ✓

    This is clever! but it sounds like you're trying to change the styling on Domo cards.  Is that right?

     

    That i'm confident is not possible without buying white labeling features, but that probably isn't advised as it would over write styling on ALL your visualizations.

     

    Have you tried using explicit styling inside your IMG tag?  https://www.smashingmagazine.com/2020/03/setting-height-width-images-important-again/

     

    try explicitly setting the Padding and Margins 

     

    In the absence of that, build a custom app that recreates your Image table.  you'll have control over the margins inside the iFrame.

     

    side note, instead of storing your URL in beast modes, maybe move that to a Webform,

     

     

    Jae Wilson
    Check out my 🎥 Domo Training YouTube Channel 👨‍💻

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

Answers

  • jaeW_at_Onyx
    jaeW_at_Onyx Coach
    Answer ✓

    This is clever! but it sounds like you're trying to change the styling on Domo cards.  Is that right?

     

    That i'm confident is not possible without buying white labeling features, but that probably isn't advised as it would over write styling on ALL your visualizations.

     

    Have you tried using explicit styling inside your IMG tag?  https://www.smashingmagazine.com/2020/03/setting-height-width-images-important-again/

     

    try explicitly setting the Padding and Margins 

     

    In the absence of that, build a custom app that recreates your Image table.  you'll have control over the margins inside the iFrame.

     

    side note, instead of storing your URL in beast modes, maybe move that to a Webform,

     

     

    Jae Wilson
    Check out my 🎥 Domo Training YouTube Channel 👨‍💻

    **Say "Thanks" by clicking the ❤️ in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"
This discussion has been closed.