Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions secret/inspect-viewing-your-site-as-responsive.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ browsers:
- chrome
- firefox
- opera
- safari
categories:
- inspecting
parent: inspecting
Expand All @@ -25,3 +26,5 @@ tags:
<p class="opera">In Opera Developer Tools also you can change the width and height using 'Device Metrics' menu under 'Overrides' tab of 'Settings'.</p>

<p class="firefox">The Firefox Developer Tools include a tool to check your site in any dimension. The 'Responsive Design Mode' tool can be found in the top right header of the Developer Tools. Opening it provides you with a number of preset sizes and an option to add additional ones to cater for your needs. Firefox also provides an option to rotate your dimensions so you can test both landscape and portrait.</p>

<p class="safari">In Safari’s Develop menu, there is an Enter Responsive Design Mode menu item. (To turn on the Develop menu, go to Safari > Preferences, and check Show Develop menu in menu bar.) This will show you how the website displays on a range of iOS devices, as well as other browser resolutions. You can also choose the user agent, and choose to view your assets in 1x, 2x, or 3x.</p>