Comments on [F2U HTML] Modular User All Comments Start of Thread Parent

hi!! the simplest way to do that is like this:

<div class="row no-gutters">
  <img src="IMAGE_LINK_HERE">
  <img src="IMAGE_LINK_HERE">
  <img src="IMAGE_LINK_HERE">
  <img src="IMAGE_LINK_HERE">
</div>

you can repeat the <img> element as many times as you need. this can go pretty much wherever you want :]

thank you so much !! ^__^