Fixed issue with image links covering all image wrapper area.
This commit is contained in:
@@ -164,11 +164,11 @@
|
||||
|
||||
<section class="gallery-scroll flex-grow-1 d-flex">
|
||||
<div class="image-content w-100">
|
||||
<a href="{{ image_path }}" target="_blank">
|
||||
<div class="image-wrapper">
|
||||
<div class="image-wrapper">
|
||||
<a href="{{ image_path }}" target="_blank">
|
||||
<img src="{{ image_path }}" alt="{{ image_path.name }}" class="image-full">
|
||||
</div>
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user