mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 21:25:09 +00:00
Images are blury on blazor server #740
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wthks on GitHub (Dec 19, 2021).
whenever I use a image its blury. somehow electrons whole app is blury and not like on the browser.
does someone have this same issue?
@ggomarighetti commented on GitHub (Dec 20, 2021):
can you share the steps to reproduce it, try to add more information to the issue, you can try to look at the browser console by pressing CTRL + SHIFT+ I (i).
@wthks commented on GitHub (Dec 20, 2021):
@ggomarighetti there is no error or any errors in the console. I think i figured out the problem. when scaling images it makes it blury but really blury. somehow when I use it in my browser it looks normally but on electron it looks blury
@wthks commented on GitHub (Dec 20, 2021):
ok the problem is the chrome browser that electron uses on firefox the images are normally. on chrome blury
@ggomarighetti commented on GitHub (Dec 20, 2021):
@HeroinGyrl In this case I understand or at least I think, that your problem is related to the content of your website (html, js, css) and no longer has to do with the code related to Electron and / or ElectronNET.
While it is true that they use chromium for rendering, and would not have to do directly with functionality of the projects already mentioned this the problem.