The canvas starts at 720 and you can change it to 1920x1080 but when you export to html and open it up there is still black bars on the side and it ruins the point how can i get rid of the black bars?
I have tried MacOS and windows same problem
The canvas starts at 720 and you can change it to 1920x1080 but when you export to html and open it up there is still black bars on the side and it ruins the point how can i get rid of the black bars?
I have tried MacOS and windows same problem
I don’t think there’s a way to get rid of the black bars. It’s just there for some reason…
Wait actually, there is! I looked this up and it says for Windows users to use the shortcut CTRL+ALT +F11. But I don’t know for Mac or Chrome OS though.
If you’re using a vcam, go to the vcam’s update script, line 5, and change it from “true” to “false.” Otherwise, go open your project in the editor, and click the settings button in the top right corner of the screen, then change the width and height of the canvas.
In order to have the black bars hidden, you’ll need the perfect size for your html project. Write this in the default script to get the size of your window in order to set it to the size of the project:
alert("Width: "+window.innerWidth+'px\nHeight: '+window.innerHeight+"px");
// This is how I find the size I need for a project
If this is not the issue, let me know
I have noticed this also, it seems to only happen after you export the project. The bars are about a pixel long right?
canvas will mantain his horizontal x vertical ratio
if your browser window do not share the exact same ratio you will see the bars (not necessarily black. you can change them with css) on the sides OR on top and bottom depending on ratio
you may force the canvas to adapt to window resolution but in case of different ratios all your contents will be stretched to fit the required measures
Newest one 1.19.1
Also i have changed settings like i have made canvas 1080p still bars i went to 4k still i went to 8k resolution and still black bars, also im on windows and i have tried chrome and edge still black bars is it a bug or im a till doing something wrong?