type = db.Column(db.Text) | type = db.Column(db.Text) | ||||
name = db.Column(db.Text) | name = db.Column(db.Text) | ||||
description = db.Column(db.Text) | description = db.Column(db.Text) | ||||
videoUrl = db.Column(db.Text) | |||||
# tools | # tools | ||||
developer = db.Column(db.Text) | developer = db.Column(db.Text) | ||||
developerUrl = db.Column(db.Text) | developerUrl = db.Column(db.Text) |
color: #fff; | color: #fff; | ||||
background-color: #d9534f; | background-color: #d9534f; | ||||
border-color: #d43f3a; | border-color: #d43f3a; | ||||
} | |||||
#embedded-video { | |||||
margin-top: 1rem; | |||||
} | |||||
div#embedded-video iframe { | |||||
position: relative; | |||||
top: 0; | |||||
bottom: 0; | |||||
left: 0; | |||||
right: 0; | |||||
height: 480px; | |||||
width: 100%; | |||||
} | } |
</div> | </div> | ||||
{% endif %} | {% endif %} | ||||
</div> | </div> | ||||
{% if resource['videoUrl'] %} | |||||
<div id="embedded-video" class="lg:col-span-12"> | |||||
<h3>Accompanying video</h3> | |||||
<iframe src="{{ resource['videoUrl']|safe }}" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe> | |||||
</div> | |||||
{% endif %} | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> |
</div> | </div> | ||||
{% endif %} | {% endif %} | ||||
</div> | </div> | ||||
{% if resource['videoUrl'] %} | |||||
<div id="embedded-video" class="lg:col-span-12"> | |||||
<h3>Accompanying video</h3> | |||||
<iframe src="{{ resource['videoUrl']|safe }}" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe> | |||||
</div> | |||||
{% endif %} | |||||
</div> | </div> | ||||
</div> | </div> |