I have added a Google maps but have been unsuccessful to disable the hover zoom in on scroll
<?php
if ( is_page('/items/location/') ) {
echo '<div style="background:transparent;position:relative; width:100%;height:700px; top:700px;margin-top:-700px;" onClick="style.pointerEvents="none""></div><iframe src="https://www.google.com/maps/d/embed?mid=zlgfUzUXXQsY.kAAoJD6JIpRw" width="100%" height="700px" ></iframe>';}
?>
I tried adding a div
element over it and such tricks but none worked so far.
Any help is much appreciated