Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .iframe-container {
- overflow: hidden;
- position: relative;
- }
- .iframe-container iframe {
- border: 0;
- height: 850px;
- left: 0;
- position: absolute;
- top: 0;
- width: 100%;
- }
- .iframe-container-mobile iframe {
- height: 575px;
- width: 375px;
- }
- </style>
- <div class="iframe-container show-for-medium-up hide-for-small-only">
- <iframe style="overflow: hidden; position: relative;" allowfullscreen src='https://cdn-map1.nucloud.com/nucloudmap/index.html?map=353' frameborder='0'></iframe>
- </div>
- <div class="iframe-container-mobile show-for-small-only">
- <iframe style="overflow: hidden; position: relative;" allowfullscreen src='https://cdn-map1.nucloud.com/nucloudmap/index.html?map=353' frameborder='0'></iframe>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement