spz-vimeo
Displays a Vimeo video.
Layouts
跳转到“Layouts”Usage
跳转到“Usage”With the responsive layout, the width
and height
attributes from the example should yield the correct layout for a 16:9
aspect ratio video:
<spz-vimeo layout="fixed" width="960" height="540" videoid="188437711"></spz-vimeo>
Attributes
跳转到“Attributes”videoid
跳转到“videoid”required
This attribute is required. You will see a Vimeo URL on the “Share” portion. The Vimeo ID will be the portion at the end of the URL after the last slash.
For example, in this URL https://vimeo.com/188437711
, the Vimeo video id is 188437711
.