Sha256: c96b1764b099f02324271d878aa64f970da5c931d7b2e98b8c8546ed2a93c763

Contents?: true

Size: 747 Bytes

Versions: 13

Compression:

Stored size: 747 Bytes

Contents

{%- comment -%}
  Modal con imagen

  @param :image [Image] la imagen que queremos en el modal, contiene url y alt text
{%- endcomment -%}

{% capture body %}
  <video src="{{include.video.url}}" controls></video>
{% endcapture %}

<div class="{{ include.extra }} px-1" data-controller="modal">
  <div class="embed-responsive embed-responsive-16by9">
    <video
      class="cursor-pointer min-w-100px w-100 embed-responsive-item object-fit-cover"
      src="{{include.video.url}}"
      data-action="click->modal#show"
    ></video>
  </div>
  {% include activity_pub/generic_modal.html header_class="text-white" body=body body_class="d-flex justify-content-center" footer_class="d-none" content_class="background-transparent border-0" %}
</div>

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
sutty-jekyll-theme-0.3.9 _includes/activity_pub/video_modal.html
sutty-jekyll-theme-0.3.8 _includes/activity_pub/video_modal.html
sutty-jekyll-theme-0.3.7 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.8 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.7 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.6 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.5 _includes/activity_pub/video_modal.html
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.4 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.3 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.2 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.1 _includes/activity_pub/video_modal.html
compost-jekyll-theme-0.3.0 _includes/activity_pub/video_modal.html