Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Can't embed any other image than the plotly logo. I need an Easter Miracle

$
0
0

@CokeBoo wrote:

I tried everything and read the other threads but fact is, when I follow the example and use

  • dbc.Row(

  •            [
    
  •                dbc.Col(html.Img(src="https://images.plot.ly/logo/new-branding/plotly-logomark.png", height="30px")),
    
  •                dbc.Col(dbc.NavbarBrand("foo", className="ml-2")),
    
  •            ],
    
  •            align="center",
    
  •            no_gutters=True,
    
  •        ),
    

it works with out issues but when I use any other image link e.g.

  • dbc.Row(

  •            [
    
  •                dbc.Col(html.Img(src="https://i.imgur.com/HIbPKIV.png", height="30px")),
    
  •                dbc.Col(dbc.NavbarBrand("foo", className="ml-2")),
    
  •            ],
    
  •            align="center",
    
  •            no_gutters=True,
    
  •        ),
    

then the image just will not be displayed with me seeing a white X on a black square instead

Does anyone have an idea what I could do to fix this?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6271

Latest Images

Trending Articles



Latest Images