Copy link to clipboard
Copied
I'm working on a project that only requires landscape views, how do I delete the portraits views and stay with the landscape only?
Copy link to clipboard
Copied
Making a regular, blank project instead of a responsive one is probably the easiest solution. But if you've already gone down the responsive road you could remove the media queries in the project's CSS file after you've published it. The Cap project file would likely still give you the tablet and mobile options in the editor though, and if you republished the file you'd have to remove the media queries again.
-Jord