Changeset View
Changeset View
Standalone View
Standalone View
common/templates/common/components/video_player.html
| <div class="video-player {% if rounded %}rounded{% endif %} {% if classes %}{{ classes}}{% endif %}" {% if progress_url is not none %}data-progress-url="{{ progress_url }}"{% endif %} {% if start_position is not none %}data-start-position="{{ start_position }}"{% endif %}> | <div class="video-player {% if rounded %}rounded{% endif %} {% if classes %}{{ classes}}{% endif %}" {% if progress_url is not none %}data-progress-url="{{ progress_url }}"{% endif %} {% if start_position is not none %}data-start-position="{{ start_position }}"{% endif %}> | ||||
| <video playsinline controls data-poster="{{ poster }}"> | <video playsinline controls data-poster="{{ poster }}"> | ||||
| <source src="{{ url }}"> | <source src="{{ url }}"> | ||||
| </video> | </video> | ||||
| </div> | </div> | ||||