mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 16:24:54 +02:00
Moved SHOW_PART_IMAGE_OVERLAY to settings-bundle
This commit is contained in:
parent
a4f2a7a7df
commit
dc81a5b361
7 changed files with 65 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
<div class="carousel-item {% if loop.first %}active{% endif %}">
|
||||
<a href="{{ entity_url(pic, 'file_view') }}" data-turbo="false" target="_blank" rel="noopener">
|
||||
<img class="d-block w-100 img-fluid img-thumbnail bg-light part-info-image" src="{{ entity_url(pic, 'file_view') }}" alt="">
|
||||
{% if img_overlay %}
|
||||
{% if settings_instance("part_info").showPartImageOverlay %}
|
||||
<div class="mask"></div>
|
||||
<div class="carousel-caption-hover">
|
||||
<div class="carousel-caption text-white">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue