1
I want to zoom in on the website using CSS, I know using code body{font-size: 82.5%};
it is possible to obtain the result, however the images continue with the same size and elements inserted via Jquery also continue with the previous size. Any method to zoom in on all elements?