[ad_1]
I am having a problem on a page with four single jpg images. The page also has some galleries (WP native) but the problem is with the single images. On this page two of those single images open properly with the single image in a lightbox but the other two open in an iframe. When I inspect the code at those images in Firefox Inspector I can see that:
- The images where the image opens in an iframe have a class of “ari-fancybox-iframe” (ie: added by ari-fancybox javascript because I didn’t add it)
- The images where the image opens properly in a normal lightbox have a class of “ari-fancybox”
If I look at the code in the wordpress editor, I cannot see anything different about the code initially generated by wordpress for those four images. What could be causing this difference in the generated class?