scale-fixed
Fixes the global scale of elements so they do not scale with the viewport.
Install Plugin
You need to install the scale-fixed plugin to use it. Visit Github repository.
sh
npm install @leafer-in/scale-fixedsh
pnpm add @leafer-in/scale-fixedsh
yarn add @leafer-in/scale-fixedsh
bun add @leafer-in/scale-fixedOr include via script tag and access plugin features through the global variable LeaferIN.scaleFixed.
html
<script src="https://unpkg.com/@leafer-in/scale-fixed@2.1.0/dist/scale-fixed.min.js"></script>html
<script src="https://unpkg.com/@leafer-in/scale-fixed@2.1.0/dist/scale-fixed.js"></script>