Advertisement
developerjustin

Untitled

Feb 18th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1.                                 <div id="beermappr"></div>
  2.                                
  3.                                 <script type="text/javascript">
  4.                                     new Maplace({
  5.                                         map_div: '#beermappr'
  6.                                     }).Load();                         
  7.                                 </script>          
  8.                                 <style>
  9.                                     #beermappr{
  10.                                         height: 500px;
  11.                                         width: 100%;
  12.                                         max-width: 500px;
  13.                                         margin: 0 auto;
  14.                                         display: block;
  15.                                     }
  16.                                     #beermappr img{
  17.                                         max-width: none !important;
  18.                                     }
  19.                                 </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement