Focusing on managing products, variants, and collections through the API.
Hello,
I'm optimizing a theme and would like to render the content for the appropriate device.
Does anyone know if we have an object in liquid that returns whether the device is mobile or desktop?
For example:
{% if isMobile %} {% comment %} Mobile content {% endcomment %} {% else %} {% comment %} Desktop content {% endcomment %} {% endif %}
Thanks!