You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running webviz from Windows 10, and every time I try to use the Banner feature, the image doesn't render, instead, only the title appears on the screen.
When I inspect the element using developer tools in the browser, this is what it shows:
When I'm using the non-portable version:
When I'm using the portable version:
I've tried running in edge and firefox, and it doesn't work in either.
Looking at the '"background-image" of the banner tag, it seems like the '/' is being removed and the image path is not found.
How to reproduce
My .yaml file looks like this:
options:
menu:
show_logo: true
bar_position: left
drawer_position: left
initially_pinned: true
initially_collapsed: true
# ------------------------------
layout:
- section: Webviz Boilerplate
content:
# ------------------------------
- page: Front page
icon: home
content:
- This is a `webviz` instance created from a configuration file.
- Open menu on the left to select page for demo plugins.
- BannerImage:
image: ./image.png
title: My banner image
I've tried putting the .png file in "./examples", "./plugins", in the plugin folder, and when I use the portable version, the file is in the "./assets" folder as it should.
When I try to use other features, like the tablePlotter, it works normally
The text was updated successfully, but these errors were encountered:
I don't easily have available Python environment + Windows 10, could you try changing the referenced line and see if that fixes the problem you see on Windows? 🙂
Description
I'm running webviz from Windows 10, and every time I try to use the Banner feature, the image doesn't render, instead, only the title appears on the screen.
When I inspect the element using developer tools in the browser, this is what it shows:
When I'm using the non-portable version:
When I'm using the portable version:
I've tried running in edge and firefox, and it doesn't work in either.
Looking at the '"background-image" of the banner tag, it seems like the '/' is being removed and the image path is not found.
How to reproduce
My .yaml file looks like this:
I've tried putting the .png file in "./examples", "./plugins", in the plugin folder, and when I use the portable version, the file is in the "./assets" folder as it should.
When I try to use other features, like the tablePlotter, it works normally
The text was updated successfully, but these errors were encountered: