Hey Guys,
i got the deepbot almost entirely because of the on screen widgets function.
Now i am very disappointed to see that this is very very very limited.
1. How do i get rid of the header + content box? I just want to display an image/gif, thats all.
2. How do i change the size of that displayed image?
3. Does the IMG path only work for online images? Local data path diddnt work only online. (which is not a "big" problem)
I use OBS + CLR... i used the CSS code which i found here in the Forum.
#infoContainer {
width: 0px;
height: 0px;
background: #2e5794;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
color: white;
font-family: 'Dolce Vita';
-webkit-box-shadow: 0px 0px 20px #0f3369;
}
#infoHeader {
width: 400px;
height: 26px;
background: #0f3369;
position: relative;
overflow: hidden;
text-align: center;
font-size: 24px;
}
#infoContent {
width: 400px;
height: 94px;
background: #2e5794;
position: relative;
overflow: hidden;
color: white;
}
#infoContentText {
text-align: center;
display: table-cell;
height: 80px;
width: 300px;
vertical-align: middle;
}
#twitchLogo {
width: 90px;
height: 90px;
float: left;
background-image: url("images/twitchLogo.png");
background-repeat: no-repeat;
background-size: contain;
}
But no matter what i changed in the CSS, nothing changed at all, even when i went to deepbot and rightclick on the command -> Execute now.
It just showed a choosen image in a very small size in this not wanted boxes...
I would appreciate any help here!
Thanks for your time!