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

Add standalone section explaining HD media queries, Added support for preserving selected source class attributes. #30

Closed
wants to merge 19 commits into from

Commits on May 16, 2012

  1. Example of HD Support in Picture Element

    Would appreciate some help with a better image, I did my best.  Don't
    know if it was optimal resizing.
    Brian Muenzenmeyer authored and Brian Muenzenmeyer committed May 16, 2012
    Configuration menu
    Copy the full SHA
    e004bf3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. Configuration menu
    Copy the full SHA
    c5779a8 View commit details
    Browse the repository at this point in the history
  2. removed .orig filter

    bmuenzenmeyer committed Jul 10, 2012
    Configuration menu
    Copy the full SHA
    75947b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee444ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67c3d02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5489a28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    352f458 View commit details
    Browse the repository at this point in the history
  7. fixed a typo

    bmuenzenmeyer committed Jul 10, 2012
    Configuration menu
    Copy the full SHA
    e5483ac View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2012

  1. Configuration menu
    Copy the full SHA
    1d0e401 View commit details
    Browse the repository at this point in the history
  2. learning git

    bmuenzenmeyer committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    879b46c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'learningGit'

    Conflicts:
    	README.md
    bmuenzenmeyer committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    3dd5bfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a02d59 View commit details
    Browse the repository at this point in the history
  5. added a missing example media query.

    tested this example and the the div implementation of picturefill on an
    iphone 4 with -webkit- prefixes and a lower min-device-pixel ratio
    (1.5).  leaving out the prefixes to be more future friendly in the
    readme
    bmuenzenmeyer committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    df965b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0bb186 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'scottjehlpicturefill/master'

    Conflicts:
    	index.html
    bmuenzenmeyer committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    114d1c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca03b43 View commit details
    Browse the repository at this point in the history
  9. Added support for preserving selected source class attributes.

    Any classes applied to a source  element served to the user are applied
    to the displayed image.  This only occurs on inital page load, however.
    Two issues needed to be considered to make this happen as @beep
    proposed: 1) should applied css classes by preserved when resizing from
    one breakpoint image to another?  and 2) how should the unused data
    source list classes be ignored as to not accidently affect page
    rendering?.   I resolved both by making the following assumption: the
    main use case for picturefill is to serve the correct image once.
    Someone at an An Event Apart said that the only people that regularly
    resize browser windows to test for responsiveness are developers.  Even
    so, one can easily preserve css classes between breakpoints by
    duplicating them.
    bmuenzenmeyer committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    f3ffa46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44d8ab6 View commit details
    Browse the repository at this point in the history
  11. missed a closing quote

    bmuenzenmeyer committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    599f3a4 View commit details
    Browse the repository at this point in the history