HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/recht.creativefellows.nl/templates/video.twig
{% extends "_grid.twig" %}
	
{% block details %}
	

	<div class="cell large-3 large-cell-block-y recht-sidebar">
		<div class="grid-y large-grid-frame">
			
			{% include 'partials/navigation.twig' %}

		</div>
	</div>

	<div class="cell large-auto large-cell-block-y recht-content">
		<div class="grid-x">
			
			<div class="cell small-12 cell__full-height">
				<div class="video video__full-screen">
					
					<video playsinline="true" poster="/video/Recht-Slotmachine.jpg" muted autoplay loop playsinline>				
						<source src="/video/Recht-Slotmachine.mp4" type="video/mp4">
						<source src="video/Recht-Slotmachine.webm" type="video/webm">
						<source src="video/Recht-Slotmachine.ogv" type="video/ogg">
					</video>
						
				</div>
			</div>
			
		</div>
	</div>

  
{% endblock %}