Skip to content

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: fregante#3

Can I Use