Responsive SharePoint Site
Now we can easily make SharePoint 2013/2016 sites responsive with help of Responsive UI package shared by Microsoft PnP.
https://dev.office.com/blogs/announcing-responsive-ui-package-for-sharepoint-on-premises-2013-2016
Just download the CSS and JS files from above URL and upload to any library. Then add the reference into master page as below.
<script type="text/javascript" id="PnPResponsiveUI" src="/SiteAssets/PnP- Responsive-UI.js?rev= bf19e4f64b204e1ebc2f762e33afcc 97"></script>
https://dev.office.com/blogs/announcing-responsive-ui-package-for-sharepoint-on-premises-2013-2016
Just download the CSS and JS files from above URL and upload to any library. Then add the reference into master page as below.
<script type="text/javascript" id="PnPResponsiveUI" src="/SiteAssets/PnP-
Comments
Post a Comment