Patterns

<?php
return [
	'defaults' => [
		'src'  => 'https://www.youtube.com/embed/nfMhpJwf7pg?autoplay=1',
		'image' => function() {
			return page('patterns/imatges')->images()->shuffle()->first();
		},
		'classes'  => 'border--round box-shadow-wide',
	]
];