Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Update ResponsiveIframeSnippet.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeroubie committed Jun 30, 2016
1 parent 0b5760a commit ef2869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResponsiveIframeSnippet.cshtml
@@ -1,5 +1,5 @@
@using Orchard.Layouts.Helpers
<div class="embed-responsive embed-responsive-@Html.SnippetField("Ratio").DisplayedAs(T("Ration")).WithDescription(T("16by9 or 4by3"))">
<div class="embed-responsive embed-responsive-@Html.SnippetField("Ratio").DisplayedAs(T("Ratio")).WithDescription(T("16by9 or 4by3"))">
<iframe class="embed-responsive-item"
src="@Html.SnippetField("URL").DisplayedAs(T("Iframe URL")).WithDescription(T("Enter here the Iframe url of your provider"))"
frameborder="0" allowfullscreen>
Expand Down

0 comments on commit ef2869f

Please sign in to comment.