Skip to content

Instantly share code, notes, and snippets.

@thsneumann
Created December 3, 2015 15:39
Show Gist options
  • Save thsneumann/8521f664d19ec18c12d3 to your computer and use it in GitHub Desktop.
Save thsneumann/8521f664d19ec18c12d3 to your computer and use it in GitHub Desktop.
Set viewport meta tag in DNN Skin
<%@ Register TagPrefix="dnn" TagName="META" Src="~/Admin/Skins/Meta.ascx" %>
<dnn:META ID="mobileScale" runat="server" Name="viewport" Content="width=device-width,initial-scale=1" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment