Oh gosh. Okay. I figured that might be the problem. Also I increased the size of the font in the document and that fixed it. Thank you for your swift reply!That looks like you're upscaling the browser source, which is why it looks blurry -- you're taking the lower resolution of the browser, and expanding that smaller image to fit the scene.
Ideally what you want to do is set the browser source's page size to be big enough for the intended size on the canvas, so you're dealing with natively larger elements from the browser.
"C:\Program Files\obs-studio\bin\64bit\obs64.exe" --ignore-gpu-blacklist --enable-zero-copy --disable-software-rasterizer --enable-native-gpu-memory-buffers --disable-gpu-vsync --enable-gpu
Hello !I had the same problem and stumbled upon this note that says you can pass flags to the OBS shortcut and they will be forwarded to the chromium browser source.
Adding those flags improved the performance of my browser sources immensely:
Code:"C:\Program Files\obs-studio\bin\64bit\obs64.exe" --ignore-gpu-blacklist --enable-zero-copy --disable-software-rasterizer --enable-native-gpu-memory-buffers --disable-gpu-vsync --enable-gpu