Make image size in table values settable by env

This commit is contained in:
barisgit 2025-08-03 22:05:17 +02:00
parent 8b417d6441
commit 886def3527
5 changed files with 19 additions and 3 deletions

View file

@ -53,6 +53,13 @@
{% endif %}
{{ encore_entry_link_tags('app') }}
<style>
:root {
--table-image-preview-min-size: {{ table_image_preview_min_size }}px;
--table-image-preview-max-size: {{ table_image_preview_max_size }}px;
}
</style>
{% endblock %}
{% block javascripts %}