Question about using the RICG plugin
-
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/caudle-omed@.75.jpg" media="(min-width: 652px)"> <source srcset="img/caudle-omed@.50.jpg" media="(min-width: 410px)"><!--[if IE 9]> </video> <![endif]--><img srcset="img/caudle-omed@.33.jpg" 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.