mengubah ukuran gambar
This commit is contained in:
parent
1071e4e428
commit
5f30be4811
Binary file not shown.
|
After Width: | Height: | Size: 240 KiB |
|
|
@ -282,7 +282,7 @@ class="text-blue-600 font-bold text-sm">{{ $buku->kategori->nama_kategori ?? $lo
|
|||
<!-- MAP CONTAINER RESPONSIVE -->
|
||||
<div class="relative inline-block w-full max-w-4xl shadow-sm border-2 border-slate-300 select-none font-sans overflow-hidden rounded-lg">
|
||||
<!-- Background Image Map -->
|
||||
<img src="{{ asset('img/img 2.png') }}?v={{ time() }}" alt="Denah Perpustakaan" class="w-full h-auto block">
|
||||
<img src="{{ asset('img/denah.webp') }}" loading="lazy" alt="Denah Perpustakaan" class="w-full h-auto block">
|
||||
|
||||
@if ($buku->lokasi_x && $buku->lokasi_y)
|
||||
<!-- Pin Marker (Render via Blade) -->
|
||||
|
|
@ -298,9 +298,6 @@ class="text-blue-600 font-bold text-sm">{{ $buku->kategori->nama_kategori ?? $lo
|
|||
<div class="relative flex flex-col items-center animate-bounce">
|
||||
<i class="fas fa-map-marker-alt text-red-600 text-3xl sm:text-4xl drop-shadow-md"></i>
|
||||
</div>
|
||||
|
||||
<!-- Bayangan (Shadow) tepat di bawah ujung pin -->
|
||||
<div class="w-2 h-1 bg-black/40 rounded-full blur-[1px]"></div>
|
||||
</div>
|
||||
@else
|
||||
<!-- Overlay Not Found -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue