Widget:ModelViewer: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
src="<!--{$src|escape}-->" | src="<!--{$src|escape}-->" | ||
alt="<!--{$alt|escape|default:'3D Model'}-->" | alt="<!--{$alt|escape|default:'3D Model'}-->" | ||
width="<!--{$width|escape|default: ' | width="<!--{$width|escape|default: '270px'}-->" | ||
height="<!--{$height|escape|default: '200px'}-->" | height="<!--{$height|escape|default: '200px'}-->" | ||
Line 84: | Line 84: | ||
"height": { | "height": { | ||
"label": "Height", | "label": "Height", | ||
"description": "Height of the viewer (e.g., ' | "description": "Height of the viewer (e.g., '270px').", | ||
"type": "string", | "type": "string", | ||
"default": " | "default": "270px" | ||
}, | }, | ||
"poster": { | "poster": { |