Use cases

For example, if you have a presentation video of the product, you can upload it to Vimeo or YouTube and use this field to embed right video into the product page.

Setup

Width value - Width of the player in pixels

Height value - Height of the player in pixels

Autoplay - Enable/disable autoplay of the video. Please note that this setting can be suppressed by local user browser settings.

Allow full screen - Allow user to go into full screen mode


Example Usage

{% assign video = product.metafields.airf.video %}

{% if video and video != '&nbsp' %}

    {{ video }}

{% endif %}