• In the static markup of a page, I have picturefill working perfectly with this:

    <picture>
                  <!--[if IE 9]>
                  <video style="display: none">
                  <![endif]-->
                  <source srcset="img/[email protected]" media="(min-width: 652px)">
                  <source srcset="img/[email protected]" media="(min-width: 410px)"><!--[if IE 9]>
                  </video>
                  <![endif]--><img srcset="img/[email protected]" alt="Jennifer Caudle, DO" class="image__img">
                </picture>

    Can someone, even in pseudo code, show how this markup would translate into WP template markup with the RICG plugin? I’ve seen very few markup examples of how to use this plugin, and I can’t get it to work.

The topic ‘Question about using the RICG plugin’ is closed to new replies.