getnamo / BLUI-Unreal

CEF based HTML UI for the Unreal Engine.
MIT License
350 stars 73 forks source link

widget scaling problem not responsive #48

Open GMAGD opened 4 years ago

GMAGD commented 4 years ago

i tried to scale the browser widget to 700x700 px but it's not working image

getnamo commented 4 years ago

Try calling Resize Browser on BluEye https://github.com/getnamo/BLUI/blob/master/Source/Blu/Public/BluEye.h#L204

oivio commented 2 years ago

From BlueWidget Example you can take HtmlImage canvas size and it will always auto fit/fill your screen. I am preparing a new demo that will include examples etc.