ok, looking at my code the plugin appears to be working on main post content with srcset added. The only thing is when i scroll the page the images don’t fade in as i would expect with lazy loading?
The code i see for my image is:
<img data-lazy-tag="img" srcset="https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-150x75.jpg 150w, https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-212x143.jpg 212w, https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-330x230.jpg 330w, https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-400x284.jpg 400w, https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-479x240.jpg 479w, https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-627x376.jpg 627w, https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-686x490.jpg 686w, https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-768x384.jpg 768w, https://127.0.0.1/wordpress/wp-content/uploads/2016/06/1-981x491.jpg 981w" sizes="(min-width: 768px) 981px, (min-width: 686px) 768px, (min-width: 627px) 686px, (min-width: 479px) 627px, (min-width: 400px) 479px, (min-width: 330px) 400px, (min-width: 212px) 330px, (min-width: 150px) 212px, 150px" class="size-medium wp-image-54 aligncenter" alt="1" width="981" height="491">