@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






