Created
December 3, 2015 15:39
-
-
Save thsneumann/8521f664d19ec18c12d3 to your computer and use it in GitHub Desktop.
Set viewport meta tag in DNN Skin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ 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