Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.scalev.com/llms.txt

Use this file to discover all available pages before exploring further.

By default, Scalev landing pages cannot be zoomed in, making small text hard to read. To enable pinch-to-zoom on your landing page, add this code to Custom Head Script in Scalev LPS:
<script>!function(){var e=document.querySelector("meta[name=viewport]");e&&e.remove();var a=document.createElement("meta");a.name="viewport",a.content="width=device-width, initial-scale=1.0, maximum-scale=2, user-scalable=yes",document.head.appendChild(a)}();</script>
Steps:
  1. Open and edit the landing page you want to enable zoom on
  2. Check the Settings tab
  3. Find the setting in the left sidebar
  4. Enable the Custom Head Script toggle
  5. Copy and paste the code above into the box provided
  6. Save and Publish your landing page
  7. Done.
Then try opening your landing page and pinch-to-zoom — if the landing page can be enlarged, the code is applied successfully.