{% macro vsl(brightcoveVideoStorage = 'false', brightcoveAccountID, brightcoveVideoID, brightcoveVideoID_mobile = '', isSquare = 'false', isFullScreen = 'false', isFullScreenInline = 'false', hasBigPlayWithText = 'false', customPlay = 'false', placeholder, placeholderMobile = '', placeholderAlt, ID, src, srcMobile, videoThumbnail = '', path, hasControls = 'true', isMutedAndAutoplay = 'false', 'playInLoop' = 'false', playsinline = 'false') %}
{% if brightcoveVideoStorage == 'false' %} {% if videoThumbnail != '' %} {{placeholderAlt}} {% endif %} {% if videoThumbnail == '' %} {{placeholderAlt}} {% endif %} {% endif %} {% if brightcoveVideoStorage == 'true' %} {% endif %} {% if isFullScreen and isFullScreen == 'true' %}
{% endif %}
{% endmacro %}