Keep ratio during full screen modus

linkaiyi
Follow

use padding to keep image/dom correct ratio

canvas.style.height = window.screen.height + 'px';
                    canvas.style.width = null;
                    var correct_padding = window.screen.width - Math.round(window.screen.height * ratio);
                    canvas.style.paddingLeft = correct_padding / 2 + 'px';
                    canvas.style.paddingRight = correct_padding / 2 + 'px';
Object has 0 attachments

Was this article helpful?

This article is viewed 60 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support