Advertisement
eldieck

Untitled

May 6th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.93 KB | None | 0 0
  1.    <style>
  2.         .iframe-container {
  3.             overflow: hidden;
  4.             position: relative;
  5.         }
  6.  
  7.         .iframe-container iframe {
  8.             border: 0;
  9.             height: 850px;
  10.             left: 0;
  11.             position: absolute;
  12.             top: 0;
  13.             width: 100%;
  14.         }
  15.         .iframe-container-mobile iframe {
  16.             height: 575px;
  17.             width: 375px;
  18.         }
  19.  
  20.     </style>
  21.  
  22.  
  23.     <div class="iframe-container show-for-medium-up hide-for-small-only">
  24.         <iframe style="overflow: hidden; position: relative;" allowfullscreen src='https://cdn-map1.nucloud.com/nucloudmap/index.html?map=353' frameborder='0'></iframe>
  25.     </div>
  26.  
  27.     <div class="iframe-container-mobile show-for-small-only">
  28.         <iframe style="overflow: hidden; position: relative;" allowfullscreen src='https://cdn-map1.nucloud.com/nucloudmap/index.html?map=353' frameborder='0'></iframe>
  29.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement