I made a map in the Designer so that it stretches to the full width of the page:

<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A053bd947d462cc1a45aeba4070defff75501905071c0eaf68436ac9976ec698c&amp;width=100%25&amp;height=351&amp;lang=ru_RU&amp;scroll=true"></script> 

But now when scrolling the page with the mouse wheel, the cursor hits the map and changes its scale. Is it possible to disable this behavior?

    1 answer 1

    The Map Designer has an API for setting widget parameters. You can disable scaling with the scroll=false parameter:

     <script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A053bd947d462cc1a45aeba4070defff75501905071c0eaf68436ac9976ec698c&amp;width=100%25&amp;height=351&amp;lang=ru_RU&amp;scroll=false"></script>