How do I disable mouse interactions or scrolling in an open maps iframe
?
I have the following and I put the attribute scrollwheel="false"
Is there a way via css that can disable scrolling or interactions via css?
<iframe id= "mapsource" scrollwheel="false" src="http://www.openstreetmap.org/export/embed.html?bbox=-123.21233510971068%2C49.260691198361066%2C-123.18484783172607%2C49.27329289319553&layer=mapquest&marker=49.26699244809891%2C-123.19858074188232"></iframe>
I am open to other options such as using javascript instead to disable scrolling?
scrolling="no"
attribute but neitherno
noryes
have any effect. Same with thescrollwheel
attribute from your question. Where did you get that from? – Jurdi