Is the WebBrowser COMP cropping the result from the actual HTML render because I need to pad the web page to get the expected texture! The screenshot below illustrates the issue. Cheers!
We specify the size of the image and grab whatever texture the CEF process gives us, no cropping. Have you played around with the resolution on the Web Render TOP to see if you get different results?
You’re right, it was the aspect ratio of a composited image. Thank You!
Actually… that wasn’t the problem. The real issue is way more subtle and could keep you nuts for days! If you set the web page width unit to vw rather than % the web PAGE will be wider than the web RENDER container. I’m guessing this is a “cef” issue related to scrollbars, perhaps?
You’re welcome.
