We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5183a commit 2847617Copy full SHA for 2847617
1 file changed
src/Resources/views/Grid/Field/page_image.html.twig
@@ -1,5 +1,5 @@
1
{% if data.translation.image %}
2
<img src="{{ data.translation.image.path|imagine_filter(filter|default('sylius_admin_product_thumbnail')) }}" class="ui bordered image"/>
3
{% else %}
4
- <img src="http://via.placeholder.com/50x50" class="ui bordered image"/>
5
-{% endif %}
+ <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="ui bordered image"/>
+{% endif %}
0 commit comments