Sha256: badba7365a1399886223b313d2457988a0df5edfd78f9e5008294ff156166712

Contents?: true

Size: 564 Bytes

Versions: 37

Compression:

Stored size: 564 Bytes

Contents

<% if object.url.present? && object.aspect_ratio.present? %>
  <div class="embed-responsive embed-responsive-<%= object.aspect_ratio_class %>">
    <iframe class="embed-responsive-item" src="<%= object.embed_url %>" allowfullscreen></iframe>
  </div>

  <% if object.caption.present? %>
    <% if Udongo.config.flexible_content.video_caption_editor? %>
      <div class="img-caption">
        <%= object.caption.html_safe %>
      </div>
    <% else %>
      <div class="text-center">
        <%= object.caption %>
      </div>
    <% end %>
  <% end %>
<% end %>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
udongo-7.9.0 app/views/frontend/flexible_content/_video.html.erb
udongo-7.8.1 app/views/frontend/flexible_content/_video.html.erb
udongo-7.8.0 app/views/frontend/flexible_content/_video.html.erb
udongo-7.7.2 app/views/frontend/flexible_content/_video.html.erb
udongo-7.7.1 app/views/frontend/flexible_content/_video.html.erb
udongo-7.7.0 app/views/frontend/flexible_content/_video.html.erb
udongo-7.6.2 app/views/frontend/flexible_content/_video.html.erb
udongo-7.6.1 app/views/frontend/flexible_content/_video.html.erb
udongo-7.6.0 app/views/frontend/flexible_content/_video.html.erb
udongo-7.5.1 app/views/frontend/flexible_content/_video.html.erb
udongo-7.5.0 app/views/frontend/flexible_content/_video.html.erb
udongo-7.4.2 app/views/frontend/flexible_content/_video.html.erb
udongo-7.4.1 app/views/frontend/flexible_content/_video.html.erb
udongo-7.4.0 app/views/frontend/flexible_content/_video.html.erb
udongo-7.3.5 app/views/frontend/flexible_content/_video.html.erb
udongo-7.3.4 app/views/frontend/flexible_content/_video.html.erb
udongo-7.3.3 app/views/frontend/flexible_content/_video.html.erb
udongo-7.3.2 app/views/frontend/flexible_content/_video.html.erb
udongo-7.3.1 app/views/frontend/flexible_content/_video.html.erb
udongo-7.2.1 app/views/frontend/flexible_content/_video.html.erb