shx-3d-render

main
Jan Umbach 2024-06-19 17:31:42 +02:00
parent d1f80825fc
commit 48af2cd8a5
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
{% assign img_width = img_width | default: '100px' %} {% assign img_width = img_width | default: '100px' %}
{% assign img_height = img_height | default: 'auto' %} {% assign img_height = img_height | default: 'auto' %}
<img src="{{ "LogoMain.svg" | asset_url }}" class="{{ class_name }}" width={{ img_width }} height={{ img_height }}> <img src="{{ "LogoMain.svg" | asset_url }}" class="{{ class_name }}" width="{{ img_width }}" height="{{ img_height }}">