I zoom the document using webkit-transform as below.
document.body.style.WebkitTransform = 'scale(2)';
Then, below code for resizing scrollbar to see entire document doesn't work.
document.body.style.overflow = 'scroll';
I tried below codes instead, however they don't work.
document.body.style.overflow = 'auto';
or
document.body.style.webkitOverflow = 'scroll';
Was the document cut off after zooming?(If so, I can't see the entire document.)
Or do you have any ideas to see entire document after zooming like resizing scrollbars?
Aucun commentaire:
Enregistrer un commentaire