I would love to scale web pages down or up. Is there any way to implement this?
You can use this CSS for your container element:
-webkit-transform: scale(2); -moz-transform: scale(2); transform: scale(2);
Post with more information on CSS3 transformations: http://www.the-art-of-web.com/css/css-animation/
In IE, you can use the css property zoom.
zoom
Source: https://habr.com/ru/post/1755318/More articles:ActiveRecord gives SQL "no such column" error for simple has_many association - ruby-on-railsHow to create an independent copy of Delphi TBitmap? - delphiКак преобразовать QMap> в QVariant? - c++Custom frame in WPF - wpfКак "сделать что-то" в определенное время и день недели в java? - javaHow to find out from a ruby script whether it was launched from the command line or from a non-interactive process? - ruby | fooobar.comHow can I immediately update WPF binding - data-bindingRunning PHP script in the background without curls - phpMasking a text field without changing a model value in ASP.NET MVC - typesGet the current Drupal theme? - drupalAll Articles