{if isset($groups)} {foreach $groups as $group} {assign var='style' value=0} {if isset($group.style) && $group.style}{$style=1}{/if} {capture name="parallax_param"}{if $group.bg_img && $group.speed!=1 && !$group.mpfour} data-stellar-background-ratio="{$group.speed}" data-stellar-vertical-offset="{(int)$group.bg_img_v_offset}" {/if}{/capture} {capture name="video_background"}{if $group.mpfour} data-vide-bg="mp4: {$group.mpfour}{if $group.webm}, webm: {$group.webm}{/if}{if $group.ogg}, ogv: {$group.ogg}{/if}{if $group.video_poster}, poster: {$group.video_poster}{/if}" data-vide-options="loop: {if $group.loop}true{else}false{/if}, muted: {if $group.muted}true{else}false{/if}, position: 50% {(int)$group.video_v_offset}%" {/if}{/capture} {if $group.is_full_width}{/if}{/if} {/foreach} {/if}