Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set custom zoom in chrome

I really searched this for many times and in many ways but didn't find an effective solution. Let's get to the point: How can I set custom zoom level in Google Chrome besides the fixed levels??Here, I don't need the crossed ones, and I want to insert 115 and 120 in between the arrow Thanks in advance. I have tried editing the HTML via inspect but that doesn't work for me.

like image 917
Mahfuz Avatar asked Dec 05 '25 07:12

Mahfuz


1 Answers

if You want to zoom in chrome at your will and not by the choices given by the chrome. So, you can try this open inspect select html tag and on right in the inline style write this transform: scale(1); here 1 -> 100% (original) replace it with what ever you want. like 1.15 -> 115%, 1.23 -> 123%, etc. check this image

like image 98
TubbyStubby Avatar answered Dec 07 '25 04:12

TubbyStubby