Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
blocks / lib / generators / blocks / install / templates / _video.html.erb
Size: Mime:
<%= content_tag :div, class: css_classes_for_block(video) do %>
  <iframe width="800" height="350" src="<%= video.embed_url %>"
          frameborder="0" allowfullscreen></iframe>
<% end %>