master
parent
c1dbdfc7f3
commit
0668b3e4b4
|
@ -81,12 +81,12 @@
|
|||
<div class="card d-none address">
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div class="col-5">
|
||||
<img style="width: 150px" data-src="$image" alt="">
|
||||
<div class="col-12 col-md-5">
|
||||
<img class="img-fluid rounded" data-src="$image" alt="">
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<h3 class="fs-6 m-0">$title</h3>
|
||||
<!-- <a data-href="$path">Ansehen</a> -->
|
||||
<div class="col-12 col-md-7">
|
||||
<h3 class="fs-6 mt-2">$title</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -97,6 +97,8 @@
|
|||
<div id="marker-window" class="d-none">
|
||||
<h6 id="firstHeading" class="firstHeading">$title</h6>
|
||||
<div id="bodyContent">
|
||||
<img class="img-fluid rounded" data-src="$image" alt="">
|
||||
|
||||
<p>$description</p>
|
||||
<a data-href="$path" style="outline: none;">Details</a>
|
||||
</div>
|
||||
|
@ -171,7 +173,7 @@
|
|||
|
||||
markerCluster = new MarkerClusterer(map, markers);
|
||||
markerCluster.setStyles([{
|
||||
url: 'http://localhost/maps-theme/public/template/cluster.png',
|
||||
url: '/template/cluster.png',
|
||||
height: 40,
|
||||
width: 40,
|
||||
textSize: 14,
|
||||
|
|
Loading…
Reference in New Issue