├── README.md ├── acf-video-v5.php ├── acf-video.php ├── js ├── input.js └── jquery.fitvids.js ├── screenshot1.jpg ├── screenshot2.jpg ├── screenshot3.jpg └── video.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/README.md -------------------------------------------------------------------------------- /acf-video-v5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/acf-video-v5.php -------------------------------------------------------------------------------- /acf-video.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/acf-video.php -------------------------------------------------------------------------------- /js/input.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/js/input.js -------------------------------------------------------------------------------- /js/jquery.fitvids.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/js/jquery.fitvids.js -------------------------------------------------------------------------------- /screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/screenshot1.jpg -------------------------------------------------------------------------------- /screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/screenshot2.jpg -------------------------------------------------------------------------------- /screenshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/screenshot3.jpg -------------------------------------------------------------------------------- /video.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binaryplayground/acf-field-video/HEAD/video.php --------------------------------------------------------------------------------