Adding an image in read_index.html is not working #3632
Replies: 1 comment
-
duplicate of #3633 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hi everybody,
I am customizing the web page via read_index.html file. One of the new features I would like to add is to display a image in the middle of the screen when video streams are not coming.
I have run the same test with another html file and it has worked.
I have added the image using some JS code, CSS and HTML:
#header img {
}
<div id="header" class="center"></div>
What I am getting:
I have tried different ways to show the image but any of them have worked.
Any idea?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions