[ad_1]
I use a function to grab urls for images attached to my post. As some posts are imported, some images are hosted externally.
I end up with a list like this:
my_site.com/image1.jpg
External_site.com/image1.jpg
…. Etc
So the total list might be like 10 urls, stored in an array.
Is there any gallery plugin I can use that allows me to use php and insert the urls programmatically?
Would be nice if it allows for some scrolling, lightbox or other features.
[ad_2]