タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

pictureに関するtacamyのブックマーク (2)

  • Picturefill

    The picture element, srcset and sizes attributes, and associated features allow web developers to deliver an appropriate image to every user depending on a variety of conditions like screen size, viewport size, screen resolution, and more. Picturefill enables support for the picture element and associated features in browsers that do not yet support them, so you can start using them today! Picture

  • picture要素の関連仕様って今どうなってるんだっけ?を調べたメモ

    <picture> どうなった 勤め先がモバイルに注力していたこともあり、レスポンシブもへったくれもない世界を生きてきた。そのせいで、その類の情報にかなり疎くなっていたので、現状を軽く調査してみた次第。 HTMLでの画像リソース読み込み分岐の必要性 CSS には Media Queries があるので、Viewport の width であったりデバイスのピクセル密度であったりを条件にして background プロパティの指定をすれば対応できる。 反面、<img> 要素と src 属性にはそのような仕組みがないため、Media Queries で可能な条件で同じようにやろうと思うと、JavaScript で DOMContentLoaded のあとに"頑張って"操作するか、バックエンドで UserAgent に応じて"賢く"返す仕組みを用意しなければならない。 WebP のような画像形式

    picture要素の関連仕様って今どうなってるんだっけ?を調べたメモ
    tacamy
    tacamy 2015/08/06
    picture要素のPolyfill探してたらたどり着いたありがとうカモメさん
  • 1