Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Latest commit

History

History
26 lines (16 loc) 路 728 Bytes

detailed-support-tables.md

File metadata and controls

26 lines (16 loc) 路 728 Bytes

Notes about specific combinations

object-fit-images + srcset

馃挌 You'll need to load picturefill in this order:

  1. Load object-fit-images.js
  2. Load picturefill.js
  3. Call objectFitImages(...)

This will keep these combinations working correctly:

  • srcset + Edge 12
  • srcset + object-position + Safari 8.x

Otherwise srcset will be discarded in both cases.

object-fit-images + picture

馃挃 Not supported. Feature tracked here: #3

Can I Use