Vimeo Portfolio Page
Vimeo Portfolio Page developed with Vanilla JS
Demo
View demo here.
How to use?
Vimeo Portfolio Page is a Vanilla JS plugin with no dependancies. Include the app.min.js
in the footer of your page and initialise it:
(function(window, document, undefined) { Vimeo.profile({ user: 'vimeo-username-here', limit: 9 // Number of videos to display, default is 12. Vimeo's API returns a maximum of the last 20 videos. }); }(window, document));
Browser support
IE8+ and modern browsers.
License
Vimeo Portfolio Page is licensed under the MIT License.