How to make a Desktop Only Website?

Hello all,

I am building a website that for the time being should be desktop only. The viewport should fit the device exactly so that if the user goes onto the website from their phone or tablet they just see a “zoomed out” version of the website. Currently the user comes onto the exact same version as the desktop version (good) but has to manually zoom out or scroll to the right to see the rest of the content.

Any suggestions how I could make it so that the site just fits 100% the screen of the device?

Here is the read only link: https://preview.webflow.com/preview/patricks-first-project-ce7c19?preview=b2b9aed45cf94a43c09b2f1ed39ed981

Thanks for your help!

I haven’t tested it but trying something such as this in the header via custom code:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
From how I understand it, the scale is basically the zoomability of the site.

Hello,
I have the same request ,Just wanna built website for destop only ,same desktop view should be displayed even in the mobile screen with zoomed out version of desktop display.
Is their a method to have only one disply in all the screens in webflow?
Thanks for the Help.

Hi,

Is there an method to do the above requirement?