GitHub user vikraman22 closed the discussion with a comment: Image is blank 
during pdf export in Superset UI

This was resolved by applying following css style to the image

style="
      width:250px; 
        height:80px; 
        min-height: 40px;
        min-width: 40px; 
        object-fit:contain; 
        display:block;
        transform: translateZ(0);
        will-change: transform, opacity;
        backface-visibility: hidden;
    "

GitHub link: 
https://github.com/apache/superset/discussions/38244#discussioncomment-16010508

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to