Langsung ke konten utama

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.

Secara default LP Scalev memang tidak dapat di-zoom (diperpesar) sehingga tulisan yang terlihat kecil susah dibacanya. Nah, supaya LP Anda dapat di-zoom pakai tangan, masukkan kode berikut ke Custom Head Script di LPS Scalev:
<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>
Caranya:
  1. Buka dan edit LP Anda yang mau diaktifkan zoomnya
  2. Cek tab Pengaturan
  3. Cari pengaturannya di sidebar kiri
  4. Lalu aktifkan toggle Custom Head Script
  5. Copy dan paste kode di atas ke kotak yang disediakan
  6. Simpan dan Terbitkan LP Anda
  7. Selesai.
Selanjutnya coba buka LP Anda dan zoom pakai tangan, jika LP bisa diperbesar maka kode di atas sudah berhasil diterapkan.