Fixed Responsive Sizes issues - 414px is not really 414 because of scrollbars.

This commit is contained in:
2022-10-21 08:52:23 +03:00
parent c570cd9c75
commit 7d168b27ee
15 changed files with 81 additions and 24 deletions
+1
View File
@@ -1,3 +1,4 @@
<script src="/scripts/frame-index.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>{{#if config.jsUrl }}
{{#each config.jsUrl }}<script src="{{ this }}"></script>