shx-3d-render
parent
d1f80825fc
commit
48af2cd8a5
|
@ -2,4 +2,4 @@
|
|||
{% assign img_width = img_width | default: '100px' %}
|
||||
{% 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 }}">
|
Loading…
Reference in New Issue