Open bubikort opened 5 months ago
Hi!
Is there any chance to use --force-device-scale-factor=1.5 flag? If i modify src/display.ts and add the force-device-scale-factor flag like this:
const baseFlags = [ '--force-device-scale-factor=1.5',
the picture is scaling out the display and missing the half of it. I guess its because the variabled window size. Can you help, how can i make bigger the wanted webpage? Thanks.
Hi!
Is there any chance to use --force-device-scale-factor=1.5 flag? If i modify src/display.ts and add the force-device-scale-factor flag like this:
the picture is scaling out the display and missing the half of it. I guess its because the variabled window size. Can you help, how can i make bigger the wanted webpage? Thanks.