Media embed tag that simply generates img tags

Suppose I do not want to use Magnific or Flexslider for a gallery. Is there any embed tag that will simply generate img tags for each image uploaded into a particular media folder?

For example, suppose I have 3 photos in Home/Media/test. I want an embed tag that simply prints the following HTML:
<img src="http://www.mydomain.com/content/media/test/phot01.jpg">
<img src="http://www.mydomain.com/content/media/test/phot02.jpg">
<img src="http://www.mydomain.com/content/media/test/phot03.jpg">
That way I can wrap this with my own HTML and write my own JS or use a completely different gallery plugin.

Hello @pyxal,

take a look here https://github.com/Tarqez/Pulsate it is an open source I wrote,
the solution is at your hand if you have some practice in writing custom/embeddable tags.

1 Like

Thank you @Tarqez! I will give this a try later.

Thanks again @Tarqez! Exactly what I needed. Perhaps I’ll upload what I am creating with this later. I’m using Slick (by Ken Wheeler), one of my favorite jquery gallery plugins.

1 Like

You are welcome @pyxal, I am glad it helps and would like to see your creation.

1 Like

This topic was automatically closed after 11 hours. New replies are no longer allowed.