Есть ли способ, как показать карту Bing в iframe с полным с?
мой код здесь, но я не могу заставить его работать. Даже 100% ширина не работает.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
<!-- Styles Flexible iFrame -->
<style>
.Flexible-container {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
</style>
</head>
<body>
<!-- Responsive iFrame -->
<div class="Flexible-container">
<iframe Name="mapFrame" scrolling="no" width="100%" height="512" frameborder="0" src="//www.bing.com/maps/embed/?lvl=13&cp=46.947954~7.444284&sty=r&draggable=true&v=2&dir=0&where1=Bern%2C+Schweiz&form=LMLTEW&pp=46.948429107666016~7.440460205078125&mkt=de-de&gen=false&emid=0268dbb0-0977-3717-0aff-4f79b8311370&w=100%&h=512"></iframe>
</div>
</body>
</html>