Jump to content

Recommended Posts

Posted

I noticed somewhere someone said the images were not showing on their board. I found a work around for those who want to use it:

Open the Theme editor (Click on your name at the top right of the screen)
image.png.567c543c74e33e84a6daa92fb2c874d3.png

Then Click on the Custom CSS icon </> and add this code:

.ipsUserPhoto--fluid {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative !important;
}

 

That will turn:

image.png.4e37ec97dac9f3569266b550e80f5641.png

back into:

image.png.a18ccc4953f8609e68076581e5fb4c3c.png

Posted (edited)

Thank you teraByte, I mentioned in the first sentence of my OP, 

32 minutes ago, Code Name Jessica said:

I noticed somewhere someone said the images were not showing on their board.

This was a work around for the issue, for those who wanted to use it. Marc asked me to put in a Bug Request, so I did. I appreciate you letting me know.

Edited by Code Name Jessica
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...