Detect mobile with liquid

rdouggg
Shopify Partner
1 0 0

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!

 

 

Replies 0 (0)