/* ----------- iPad Pro ----------- */ /* Portrait and Landscape */ @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { } /* Portrait */ @media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { } /* Landscape */ @media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { }
I don’t have an iPad Pro but this works for me in the Chrome simulator.
Related Posts:
- Floating div positioning
- difference between ‘-webkit-box-shadow’ & ‘box-shadow’ in css
- Can you use if/else conditions in CSS?
- Resource interpreted as stylesheet but transferred with MIME type text/html (seems not related with web server)
- CSS Box Shadow Bottom Only
- How to draw a checkmark / tick using CSS?
- @Media min-width & max-width
- Why are my CSS3 media queries not working on mobile devices?
- CSS media queries: max-width OR max-height
- how to center form using bootstrap 4
- How can I center
- into a div?
- Styling Select Drop down box
- iPhone 6 and 6 Plus Media Queries
- What is the difference between “screen” and “only screen” in media queries?
- Responsive media query not working in Google Chrome
- Is it possible to put CSS @media rules inline?
- Detect if a browser in a mobile device (iOS/Android phone/tablet) is used
- Center div on the middle of screen [duplicate]
- textarea’s rows, and cols attribute in CSS
- Using prevNext Modx Addon
- Open source social media icons to download and use on website? [closed]
- How to make a monopoly board using css grid?
- :wq! command in vim
- how to set the background color of the status bar during the launching phase [duplicate]
- api-ms-win-crt-runtime-l1-1-0.dll is missing when opening Microsoft Office file [closed]
- What’s the difference between SCSS and Sass?
- When is K 1024 and when is it 1000?
- What is a MIME type?
- Logitech/LGHUB Lua – Loop with break
- are there dictionaries in javascript like python?
- How can I convert MP3 file to a Base64 encoded string? [closed]
- Understanding The Modulus Operator %
- Understanding the main method of python [duplicate]
- Dial pad to get phone number (with Android button images)
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- How is the AND/OR operator represented as in Regular Expressions?
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- CSS reset – What exactly does it do?
- Istio Ingress resulting in “no healthy upstream”
- Why is it not possible to fake an IP address?
- How to open a “-” dashed filename using terminal?
- When to use margin vs padding in CSS [closed]
- Substring in excel
- What is a LAMP stack?
- What is a sanity test/check
- SVG center horizontal and vertical line
- What is the difference between POST and PUT in HTTP?
- What is the difference between POST and PUT in HTTP?
- How to find Google’s IP address?
- What exactly is a VBO in OpenGL?
- What and where are the stack and heap?
- ping response “Request timed out.” vs “Destination Host unreachable”
- Authentication versus Authorization
- What is a reverse shell?
- How does npm start work? What all processes are happening in the background?
- What is an instance variable in Java?
- Can I change Bootstrap button color?
- How am I supposed to use index.html?
- What is the := operator?
- What is tail recursion?
- Discord music bot not working
- What does “:=” mean in Pseudocode? [closed]
- Is it bad practice to comment out single lines of CSS with //?
- Half circle with CSS (border, outline only)
- How to draw a half circle (border, outline only) [closed]
- Why am I getting error for apple-touch-icon-precomposed.png
- CSS calc width and height values
- No results found on kibana -> discover
- What is Xpenology? Is it Linux related thing?
- Column order manipulation using col-lg-push and col-lg-pull in Twitter Bootstrap 3
- What is the difference among col-lg-*, col-md-* and col-sm-* in Bootstrap?
- Adding border to SVG image
- What does !important mean in CSS?
- Why do we need virtual functions in C++?
- Failed to load resource: the server responded with a status of 404 (Not Found)
- Random gradient background color
- What is a CSRF token? What is its importance and how does it work?
- CSS Circle with border
- Create blank image in Imagemagick
- How to horizontally center an element
- Center image using text-align center?
- Unblur content inside blurring background div
- Official definition of CSCI (Computer Software Configuration Item)
- How do I make a transparent border with CSS?
- How could I ping @here in Discord.py?
- Failed to load resource: the server responded with a status of 404 (Not Found)
- Python Math – TypeError: ‘NoneType’ object is not subscriptable
- Failed to load resource: the server responded with a status of 404 (Not Found) css
- How to change CSS using jQuery?
- What does %>% mean in R [duplicate]
- super() in Java
- Set line spacing
- Visual List of iOS Fonts?
- See answer keys in Google Form (quiz) source page?
- CSS Background Opacity [duplicate]
- What is useState() in React?
- TCP vs UDP – What is a TCP connection? [duplicate]
- How do I copy folder with files to another folder in Unix/Linux? [closed]
- Remove blue underline from link