All Projects → osrec → Responsivedevices.css

osrec / Responsivedevices.css

Responsive CSS Device frames for your landing pages

Projects that are alternatives of or similar to Responsivedevices.css

BDLocalizedDevicesModels
Apple devices model names localized.
Stars: ✭ 23 (-61.02%)
Mutual labels:  device, iphone, ipad
Alsystemutilities
THIS REPO IS NO LONGER MAINTAINED! Check https://github.com/andrealufino/Luminous. This library provides a list of 80 methods to get every kind of system information!
Stars: ✭ 644 (+991.53%)
Mutual labels:  iphone, ipad, device
Assistantkit
Easy way to detect iOS device properties, OS versions and work with screen sizes. Powered by Swift.
Stars: ✭ 569 (+864.41%)
Mutual labels:  iphone, ipad, device
pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (-23.73%)
Mutual labels:  art, pixel, iphone
Apple Device Model List
All Apple devices model name list. 通过内部编号判断 iOS 设备型号。
Stars: ✭ 149 (+152.54%)
Mutual labels:  iphone, ipad, device
Deviice
Swift library to easily check the current device and some more info about it.
Stars: ✭ 51 (-13.56%)
Mutual labels:  device, iphone, ipad
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+438.98%)
Mutual labels:  iphone, ipad
Xhlaunchad
🔥The screen opening advertising solutions - 开屏广告、启动广告解决方案-支持静态/动态图片广告,mp4视频广告,全屏/半屏广告、兼容iPhone/iPad. 【 Github下载不了/下载慢 可以访问国内下载地址: https://gitee.com/CoderZhuXH/XHLaunchAd】
Stars: ✭ 3,578 (+5964.41%)
Mutual labels:  iphone, ipad
Ipa Server
Upload and install IPA in web.
Stars: ✭ 392 (+564.41%)
Mutual labels:  iphone, ipad
Knphotobrowser
📷 图片 || 视频 浏览器(本地和网络) , UIViewController + CollectionView , 完美适配 iPhone 以及 iPad ,屏幕旋转功能 , 适配SDWebImage 5.0
Stars: ✭ 296 (+401.69%)
Mutual labels:  iphone, ipad
Hackers
Hackers is an elegant iOS app for reading Hacker News written in Swift.
Stars: ✭ 513 (+769.49%)
Mutual labels:  iphone, ipad
Wsprogresshud
This is a beauful hud view for iPhone & iPad
Stars: ✭ 588 (+896.61%)
Mutual labels:  iphone, ipad
Fitty
✨ Makes text fit perfectly
Stars: ✭ 3,321 (+5528.81%)
Mutual labels:  pixel, responsive
Blear
iOS app that transforms your photos into stunning blurry wallpapers for your device
Stars: ✭ 311 (+427.12%)
Mutual labels:  iphone, ipad
Shortcutsdirectory
A collection of user-submitted shortcuts for Shortcuts for iOS.
Stars: ✭ 376 (+537.29%)
Mutual labels:  iphone, ipad
Iphone X
🐳A simple and easy way to keep your custom views layout properly on iPhone X
Stars: ✭ 304 (+415.25%)
Mutual labels:  iphone, iphone-x
Gravityslider
🔄 GravitySlider is a beautiful alternative to the standard UICollectionView flow layout.
Stars: ✭ 784 (+1228.81%)
Mutual labels:  iphone, iphone-x
Blockparty
Ad Blocker App for iOS, macOS
Stars: ✭ 722 (+1123.73%)
Mutual labels:  iphone, ipad
Chat Sdk Ios
Chat SDK iOS - Open Source Mobile Messenger
Stars: ✭ 813 (+1277.97%)
Mutual labels:  iphone, ipad
Sbsanimoji
🐵 Animoji app using Apples AvatarKit
Stars: ✭ 884 (+1398.31%)
Mutual labels:  iphone, iphone-x

responsiveDevices.css

responsiveDevices.js Logo

Fresh, responsive CSS-only devices that scale with your content and look great on any screen!

It's rather annoying to have badly scaled CSS devices on your landing/demo page. Often they'll not quite fit your screenshots properly, and may resize badly on certain devices, resulting in annoying overflow (scroll) here or there.

ResponsiveDevices.css fixes that by giving you simple, componentised CSS classes to 'build' your own neatly scaled devices. All the classes are responsive and you can add or remove features (such as speakers or screen reflections) as you please.

Devices

  • Android Phone (16:9 aspect ratio)
  • iPhone (16:9 aspect ratio)
  • iPhoneX (16:9 aspect ratio)
  • Android Tablet (4:3 aspect ratio)
  • iPad (4:3 aspect ratio)
  • iMac (16:9 aspect ratio)

You just need to worry about setting the correct aspect ratio for your content, and the CSS classes will take care of scaling themselves. Your demo pages will look great on any screen!

All devices are available in black and white skins, except the iMac :)

Example: White iPhone

Simply include the appropraite css files (for an iPhone you need common.css and iphone.css). Then add the following markup and you're done!

<div class='deviceContainer' style='width: 50%; max-width: 500px;'>
    <div class="iphone white portrait">
        <div class="caseBorder"></div>
        <div class="case"></div>
        <div class="reflection"></div>
        <div class="screen"></div>
        <div class="camera"></div>
        <div class="speaker"></div>
        <div class="homeButtonBorder"></div>
        <div class="homeButton"></div>
        <div class="content" style=""></div>
    </div>              
</div>

Scale the width of the containing div as per your requirements. Also, feel free to add or remove device features (simply add or remove the inner most div elements). Ordering of the inner div elements does not matter.

Demos + Documentation

Demo: https://osrec.github.io/ResponsiveDevices.css/samples.html - like what you see? Give us a ⭐️ !

For your convenience, device markup is available at: https://osrec.co.uk/products/responsivedevicescss (click any device in the device library section to view it's corresponding HTML markup)

Credits

Created by OSREC Technologies (https://osrec.co.uk) - give us a shout for any consulting enquiries at https://osrec.co.uk/contact 😄

Funded by the Bx project (https://usebx.com) - check them out if you need a slick, free business/project management/time tracking app 💵 ⌚️ 👍

License

Free for personal/non-commercial use. Small fee applies for commercial use to help support the library (see https://osrec.co.uk/products/responsivedevicescss)

Issues

Raise a ticket on github and we will respond ASAP. If you've bought a commercial license, contact us here, quoting your license code and we'll respond even quicker 😉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].