-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output is image URL only shows icon, but not the image #58
Comments
OBS 30.0.0 x64 win |
@nona00 can you give me some more details? |
right... it's a local file... |
i tried with file://C:/... and also with an url, but both do not work. Is it perhaps necessary to adapt CSS Properties or Output Template? In Output text source it is only possible to select "None / internal rendering" or Text or Media, but not a picture |
I think I need to do some work on accepting local file paths for images |
@nona00 https://github.com/occ-ai/obs-urlsource/pull/59/checks Under "artifacts" |
Thank you very much for the hint. I tried the new version, but the issue is the same, only an icon is shown. I was able to reproduce it with a simple text input. I tried with C:/Test/test.jpg and C:\Test\test.jpg |
@nona00 thanks for this test - i will try to replicate your issue and resolve it on my setup |
i'm able to replicate the issue. I will resolve it |
wow, thank you very much for the fast fix. I did some tests and it works now :-) The icon is only shown when the file path is not correct or if the image from the url can not be loaded. An option to display a default File or hiding the element in this case would be great. I tried to reduce the size of the shown image with the following CSS properties, but it had no effect: Is there another way to do this? For text it works when I set the Output Text Source to an existing text source and define there the size, but for images this seems not to be possible. |
The text was updated successfully, but these errors were encountered: