Jump to content

Widget:ModelViewer: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<model-viewer  
<model-viewer  
   src="{$src|escape}"  
   src="<!--{$src|escape}-->"  
   alt="{$alt|escape}"
   alt="<!--{$alt|escape|default:'3D Model'}-->">
   {if $width}width="{$width|escape}"{/if}
   {if $width}width="{$width|escape}"{/if}
   {if $height}height="{$height|escape}"{/if}
   {if $height}height="{$height|escape}"{/if}