並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 43件

新着順 人気順

responsiveの検索結果1 - 40 件 / 43件

  • Responsive Height Design -レスポンシブを高さの観点から、Webサイトやスマホアプリの実装で役立つテクニック

    レスポンシブ対応と言うと、通常は幅、水平方向のサイズのバリエーションですが、最近では高さ、垂直方向のサイズに対するニーズも高まっています。スマホではさまざまな高さのサイズがあるだけでなく、横向きのランドスケープもあります。またデスクトップでもブラウザをスクリーンいっぱいの高さにしているとは限りません。 レスポンシブを高さの観点から考慮した、Webサイトやスマホアプリの実装で役立つCSSのテクニックを紹介します。 Responsive Height Design by Ahmad Shadeed 下記は各ポイントを意訳したものです。 ※当ブログでの翻訳記事は、元サイト様にライセンスを得て翻訳しています。 はじめに なぜ高さに対してテストするのか デベロッパーツール CSSで垂直方向を考慮する 垂直のメディアクエリの使用例 終わりに はじめに Responsive Height Design!

      Responsive Height Design -レスポンシブを高さの観点から、Webサイトやスマホアプリの実装で役立つテクニック
    • ar5iv – Articles from arXiv.org as responsive HTML5 web documents

      Converted from TeX with LaTeXML. Sources upto the end of March 2024. Not a live preview service. For articles with multiple revisions, only a single version is made available. When in doubt, always use the main arXiv.org article page. Goal: incremental improvement until worthy of native arXiv adoption. Sample: A Simple Proof of the Quadratic Formula (1910.06709) View any arXiv article URL by chang

        ar5iv – Articles from arXiv.org as responsive HTML5 web documents
      • GitHub - robinsloan/perfect-edition: A lightweight, responsive web e-book template

        I started designing and coding this template because I wasn't satisfied with the other options I found, all of which seemed to offer either too little or too much for my purposes. (I am a fiction writer.) I imagined a web e-book that was paged, selectable, lightweight, and typographically perfect. Paged: This is 100% my opinion, but I believe the side-to-side paged experience communicates somethin

          GitHub - robinsloan/perfect-edition: A lightweight, responsive web e-book template
        • GitHub - facebookincubator/infima: A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - facebookincubator/infima: A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website
          • Responsive Web Design | Website Creation | Editor X

            Experience a seamless design process from concept to production with responsive CSS powered by smooth drag & drop.

              Responsive Web Design | Website Creation | Editor X
            • Responsive Viewer

              Show multiple screens once, Responsive design tester A Chrome extension to show multiple screens in one view. the extension will help front-end developers to test multiple screens while developing responsive websites/applications. icon by Dima Hamayunau (https://dribbble.com/abybe). Clarification on privacy: The extension does not track or collect any of your data, it's even not connected to any s

                Responsive Viewer
              • The new responsive: Web design in a component-driven world  |  Articles  |  web.dev

                The new responsive: Web design in a component-driven world Stay organized with collections Save and categorize content based on your preferences. Responsive Design Today Today, when using the term: "responsive design", you are most likely thinking about using media queries to change layout when resizing a design from mobile size, to tablet size, through to desktop size. But soon, this perception o

                • Beyond Media Queries: Using Newer HTML & CSS Features for Responsive Designs | CSS-Tricks

                  Beyond Media Queries: Using Newer HTML & CSS Features for Responsive Designs Beyond using media queries and modern CSS layouts, like flexbox and grid, to create responsive websites, there are certain overlooked things we can do well to make responsive sites. In this article, we’ll dig into a number tools (revolving around HTML and CSS) we have at the ready, from responsive images to relatively new

                    Beyond Media Queries: Using Newer HTML & CSS Features for Responsive Designs | CSS-Tricks
                  • A Guide to the Responsive Images Syntax in HTML | CSS-Tricks

                    This guide is about the HTML syntax for responsive images (and a little bit of CSS for good measure). We’ll go over srcset and , plus a whole bunch of things to consider to help you get the best performance and design control from your images. This guide is about the HTML syntax for responsive images (and a little bit of CSS for good measure). The responsive images syntax is about serving one imag

                      A Guide to the Responsive Images Syntax in HTML | CSS-Tricks
                    • Responsive Samples by unshift

                      「固定値型」では、フォントサイズが固定値となるため、ヘッダーのコンテンツ幅によっては入り切らない場合があるため、ビューポートの幅が1280px未満の場合はSNSリンクを非表示にしている。 「相対値型」では、ビューポートの幅が変わってレイアウトに影響がないので、PCレイアウト時はSNSリンクは常に表示。 「固定・相対値複合型」では、「固定値型」の範囲内でフォントサイズが固定値となるため、ヘッダーのコンテンツ幅によっては入り切らない場合があるため、ビューポートの幅が1280px未満の場合はSNSリンクを非表示にしている。 「固定値型」では、ページのコンテンツの幅同様に、間延びを防ぐため最大幅を1680pxに設定。ビューポートの幅が1680pxより大きい場合は中央に配置される。 「相対値型」では、ページのコンテンツの幅同様に、常にヘッダーのコンテンツの幅がビューポートの幅と一致するため、最大値を

                        Responsive Samples by unshift
                      • Deploying AVIF for more responsive websites  |  Articles  |  web.dev

                        Deploying AVIF for more responsive websites Stay organized with collections Save and categorize content based on your preferences. AVIF is a new image format that is quickly gaining popularity on the web because of its high compression rates, efficient performance, and broad adoption. AVIF is an open, royalty-free image format that is based on the AV1 video codec standardized by the Alliance for O

                          Deploying AVIF for more responsive websites  |  Articles  |  web.dev
                        • Responsive Navigation Generator

                          <nav class="menu-container"> <!-- burger menu --> <input type="checkbox" aria-label="Toggle menu" /> <span></span> <span></span> <span></span> <!-- logo --> <a href="#" class="menu-logo"> <img src="https://wweb.dev/resources/navigation-generator/logo-placeholder.png" alt="My Awesome Website"/> </a> <!-- menu items --> <div class="menu"> <ul> <li> <a href="#home"> Home </a> </li> <li> <a href="#pri

                            Responsive Navigation Generator
                          • GitHub - caroso1222/notyf: 👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - caroso1222/notyf: 👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.
                            • 【vue.js】Vuefityをマスターする(2)Grid System、Responsive Design | アールエフェクト

                              コンポーネントの準備 Grid Systemの設定方法を理解するためVuefityで簡易的なグラフを描写することができるSparklinesコンポーネントを利用します。 Sparklinesコンポーネントでグラフ作成 Sparklinesコンポーネントは簡易的にグラフをVuefityで表示させたい場合に利用することができるコンポーネントです。 グラフを表示するコンポーネントを作成するためsrc¥componentsディレクトリの中にSaleGraph.vueファイルを作成します。本文書ではグラフについての説明は行いませんがコードは下記の通りです。1日の売り上げ数をグラフにしています。 <template> <v-card class="mx-auto text-center" color="green" dark > <v-card-text> <v-sheet color="rgba(0

                                【vue.js】Vuefityをマスターする(2)Grid System、Responsive Design | アールエフェクト
                              • everysize - Check your responsive webpage looks great in every size 🖥 💻 📱 👀

                                Check your responsive webpage looks great in every size 🖥 💻 📱 👀 Simple and easy-to-use browser solution for developers and designers. No more having to resize your window 🚀

                                • Making Tables Responsive With Minimal CSS

                                  Update (Oct 2019): @aardrian wrote a previous post about how changing the display properties on tables can impact screen readers. I highly recommend his excellent article Tables, CSS Display Properties, and ARIA I find that the need to create responsive table layouts pops up far more often than most developers would expect. The gut reaction might to be implement some sort of custom grid-system or

                                  • Amazon ECS Cluster Auto Scaling now offers more responsive scaling

                                    Amazon Elastic Container Service (Amazon ECS) Cluster Auto Scaling (CAS) now offers more responsive scaling when using EC2 Auto Scaling groups (ASGs) that span across Availability Zones (AZs) and instance types. Before this launch, if your ASG did not confine to a single-AZ or used multiple instance types, the scaling speed was restricted by the minimum scaling step size defined in the capacity pr

                                      Amazon ECS Cluster Auto Scaling now offers more responsive scaling
                                    • A Complete Guide for Responsive Images!

                                      A responsive image is one whose size responds to changes in screen resolution. The concept of responsive images was triggered by the need to solve issues such as serving different image sizes to different devices, and manifested into using that flexibility for things beyond sizes, such as art direction, image types, and more. The responsive images specification was created only after the responsiv

                                        A Complete Guide for Responsive Images!
                                      • Responsive Design - Tailwind CSS

                                        CommunityGetting StartedInstallationEditor SetupUsing with PreprocessorsOptimizing for ProductionBrowser SupportUpgrade GuideCore ConceptsUtility-First FundamentalsHover, Focus, and Other StatesResponsive DesignDark ModeReusing StylesAdding Custom StylesFunctions & DirectivesCustomizationConfigurationContentThemeScreensColorsSpacingPluginsPresetsBase StylesPreflightLayoutAspect RatioContainerColum

                                          Responsive Design - Tailwind CSS
                                        • Creating Clean Responsive Apps with React and Styled-System

                                          A simple tutorial of building a responsive React app using Styled-System based on the Design System.

                                            Creating Clean Responsive Apps with React and Styled-System
                                          • Fluid Type Scale - Generate responsive font-size variables

                                            Minimum (Mobile)At this minimum viewport width, all font sizes in your type scale are computed as the base font size times a power of your chosen ratio. Base font size (px)Screen width (px)Type scale ratioMinor secondMajor secondMinor thirdMajor thirdPerfect fourthAugmented fourthPerfect fifthGolden ratio Maximum (Desktop)At this maximum viewport width, all font sizes in your type scale are comput

                                              Fluid Type Scale - Generate responsive font-size variables
                                            • Responsive grids and how to actually use them

                                              You looked around, you saw all the arguments on why to use a grid, how to set one up, and you’re totally on board with all of that, but nobody told you how to use one. Same. Technically this article can be applied to grids in print but for our purposes, I’m specifically talking about web responsive grids for desktop, tablet, and mobile. Before we get into the nitty-gritty, let’s get our terminolog

                                                Responsive grids and how to actually use them
                                              • Responsive Viewer - レスポンシブWebデザインをまとめて確認

                                                レスポンシブなWebデザインが当たり前になっており、その表示確認が大変になっています。Webブラウザの幅を変えたり、スマートフォンやタブレットでの表示を確認したりしている方は多いでしょう。 そうした手間を減らせそうなのがResponsive Viewerです。一気に複数デバイスでの表示を確認できます。 Responsive Viewerの使い方 こんな感じでまとめて表示を確認できます。 幅が広いタブレットでの表示も確認できます。 クリック連動で、一つの画面でリンクをクリックすればすべての表示が変更されます。 インスペクタで全デバイスでの要素の場所を確認できます。 横方向での表示確認も。 Responsive Viewerを使えば指定したデバイスでの表示をまとめて確認できます。スクロール追従もできるのですが、筆者環境ではうまく動きませんでした。デバイスの種類は追加できますので、Android

                                                  Responsive Viewer - レスポンシブWebデザインをまとめて確認
                                                • Responsive Grid Magazine Layout in Just 20 Lines of CSS | CSS-Tricks

                                                  I was recently working on a modern take of the blogroll. The idea was to offer readers a selection of latest posts from those blogs in a magazine-style layout, instead of just popping a list of our favorite blogs in the sidebar. The easy part was grabbing a list of posts with excerpts from our favorite RSS feeds. For that, we used a WordPress plugin, Feedzy lite, which can aggregate multiple feeds

                                                    Responsive Grid Magazine Layout in Just 20 Lines of CSS | CSS-Tricks
                                                  • Responsive Height Design

                                                    I know, I know. You might be thinking about why did I choose such a title for a blog post. Responsive height design, seriously? Well, the term Responsive Web Design is often known as checking the browser on multiple viewport widths and device sizes. We always test horizontally by reducing the width, but I rarely see some consideration for testing vertically by reducing the browser height. There’s

                                                      Responsive Height Design
                                                    • @container and :has(): two powerful new responsive APIs landing in Chromium 105  |  Blog  |  Chrome for Developers

                                                      Container queries and :has() are a match made in responsive heaven. Luckily, both of these features are landing together in Chromium 105. This is a huge release with two highly-requested features for responsive interfaces! Container Queries: a quick summary Container queries enable developers to query a parent selector for its size and styling information, making it possible for a child element to

                                                      • GitHub - responsively-org/responsively-app: A modified web browser that helps in responsive web development. A web developer's must have dev-tool.

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - responsively-org/responsively-app: A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
                                                        • Responsive type scales with composable CSS utilities

                                                          If you’ve ever attempted to create responsive type that seamlessly adapts and scales between pre-determined sizes within a type scale based on viewport or container widths, you may have wrestled with JavaScript or wrangled with CSS calculators. But with the help of calc(), clamp(), and a somewhat wonky use of CSS vars, we can simplify this process and tap into the dynamism that modern CSS affords.

                                                            Responsive type scales with composable CSS utilities
                                                          • GitHub - air-h-128k-il/Responsive-Kifu: JavaScript で動く将棋棋譜再生ビューア。iPhone, android でも表示できます。

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                              GitHub - air-h-128k-il/Responsive-Kifu: JavaScript で動く将棋棋譜再生ビューア。iPhone, android でも表示できます。
                                                            • The Guide To Responsive Design In 2023 and Beyond

                                                              When you think about building fluid layouts these days isn’t about having fixed-width breakpoints anymore. Instead, the layouts we build today need to work on nearly any device size. To my surprise, I still see websites follow the adaptive design pattern, where it has a container that gets a new max-width value as per the viewport width. The term “responsive” means a lot of things now. We have med

                                                                The Guide To Responsive Design In 2023 and Beyond
                                                              • A new technique for making responsive, JavaScript-free charts

                                                                A new technique for making responsive, JavaScript-free charts There are countless libraries for generating charts on the web. Each serves a slightly different niche, but all of them have one thing in common: they require JavaScript. That makes sense, of course — often your charts will depend on data that must be fetched over the network with JS, or will be rendered to a <canvas> element. But it's

                                                                  A new technique for making responsive, JavaScript-free charts
                                                                • GitHub - neuronetio/gantt-elastic: Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]

                                                                  <!DOCTYPE html> <html charset="utf-8"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <title>GanttElastic editor demo</title> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> <script src="https://cdn.jsdelivr.net/npm/dayjs"></script> <script src="https://unpkg.com/gantt-elastic/dist/Ga

                                                                    GitHub - neuronetio/gantt-elastic: Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]
                                                                  • GitHub - jsuites/jsuites: jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive vanilla plugins to help you bring the best user experience to your projects, independent of the platform. Same J

                                                                    jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive javascript vanilla plugins to help you bring the best user experience to your projects, independent of the platform. The first version includes several common javascript tools in various frontend applications. jSuites is fully and easily integrated with any framework and tools. The

                                                                      GitHub - jsuites/jsuites: jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive vanilla plugins to help you bring the best user experience to your projects, independent of the platform. Same J
                                                                    • Blogger SVGアイコン26種類 /responsive/sprite_v1_6.css.svg • ガジェおた(本館)

                                                                      <style> .svg-icon-36 { width: 36px; height: 36px; fill: white; /* Can edit color */ background: orange; /* Can edit color */ padding: 5px; } </style> (注)投稿記事内のみ有効な CSS記述は、 styleタグ で囲む必要があります Google Blogger ブログの "全テンプレート(テーマ)" で利用可能な「SVGアイコン26種類」を まとめました! /responsive/sprite_v1_6.css.svg#[SVGアイコン名] にて呼び出せますよー。 <p> <svg class="svg-icon-36"><use xlink:href='/responsive/sprite_v1_6.css.svg#ic_24_email_

                                                                        Blogger SVGアイコン26種類 /responsive/sprite_v1_6.css.svg • ガジェおた(本館)
                                                                      • Responsive Breakpoints Generator

                                                                        Easily generate the optimal responsive image dimensions One image for all screen resolutions and different devices is not enough. An image per pixel is too much - so how can someone automatically choose the optimal responsive image sizes?  Learn more... Responsive websites, even the most modern ones, often struggle with selecting image resolutions that best match the various user devices. They com

                                                                          Responsive Breakpoints Generator
                                                                        • GitHub - just-the-docs/just-the-docs: A modern, high customizable, responsive Jekyll theme for documentation with built-in search.

                                                                          The Just the Docs Template provides the simplest, quickest, and easiest way to create a new website that uses the Just the Docs theme. To get started with creating a site, just click "use the template"! Note: To use the theme, you do not need to clone or fork the Just the Docs repo! You should do that only if you intend to browse the theme docs locally, contribute to the development of the theme,

                                                                            GitHub - just-the-docs/just-the-docs: A modern, high customizable, responsive Jekyll theme for documentation with built-in search.
                                                                          • Responsive Images the Simple Way

                                                                            Long-time Cloud Four readers will be familiar with Jason’s definitive series on responsive images. This article is meant as a shorter companion piece focused on the most common responsive image use case: resolution switching. The responsive images spec is fantastic and covers a lot of use cases, but in my experience, most of the time you’ll only need to understand one of them: Serving a different

                                                                              Responsive Images the Simple Way
                                                                            • Catch a batch: Making Mayhem 5 times more responsive—Martian Chronicles, Evil Martians’ team blog

                                                                              Milliseconds matter: that’s equally true for Olympic champions, online gamers, and gaming startups. Even little breakdowns in an online platform backend like excessive database calls or in-memory data manipulation can severely slow down the gaming servers’ response. We have a solution how to save milliseconds or even seconds for your application’s speed—a thorough analysis of the performance map a

                                                                                Catch a batch: Making Mayhem 5 times more responsive—Martian Chronicles, Evil Martians’ team blog
                                                                              • GitHub - astoilkov/main-thread-scheduling: Fast and consistently responsive apps using a single function call

                                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                  GitHub - astoilkov/main-thread-scheduling: Fast and consistently responsive apps using a single function call
                                                                                • GitHub - blefnk/relivator-nextjs-template: ⭐ Next.js 14: Store, Landing, Admin Dashboard ▲ i18n, Stripe, Shadcn Tailwind, Drizzle Zod Trpc TypeScript Auth Page, Lucide CSS Radix UI, Responsive React Server Components, MySQL and Neon Postgre TS ORM, Intl A

                                                                                  ⭐ Next.js 14: Store, Landing, Admin Dashboard ▲ i18n, Stripe, Shadcn Tailwind, Drizzle Zod Trpc TypeScript Auth Page, Lucide CSS Radix UI, Responsive React Server Components, MySQL and Neon Postgre TS ORM, Intl App Router, Mdx Docs User Actions Kit, SaaS Commerce Shop Pricing Payments, Dark Mode, Modern Full Stack, Free ▲ more stars → more features

                                                                                    GitHub - blefnk/relivator-nextjs-template: ⭐ Next.js 14: Store, Landing, Admin Dashboard ▲ i18n, Stripe, Shadcn Tailwind, Drizzle Zod Trpc TypeScript Auth Page, Lucide CSS Radix UI, Responsive React Server Components, MySQL and Neon Postgre TS ORM, Intl A