shx-3d-render
parent
23c63b05e5
commit
ccb36e4349
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% if content_type == 'body' %}
|
||||
|
||||
<img src="{% render 'shx-logo' %}" width="200px" height="auto">
|
||||
{% render 'shx-logo' class:"shx-loading-spinner-mainIcon" %}
|
||||
|
||||
{% elif content_type == 'head' %}
|
||||
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
{{ "LogoMain.svg" | asset_url }}
|
||||
{% assign class_name = class_name | default: '' %}
|
||||
{% 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 }}>
|
Loading…
Reference in New Issue