jan-vince / smallrecords

OctoberCMS plugin to store and manage records and lists
MIT License
30 stars 11 forks source link

Get Images from recordDetail images and display them in record #59

Closed artistro08 closed 4 years ago

artistro08 commented 4 years ago

I would like to get the images in recordDetail.images and display them in the records. How do i do that?

artistro08 commented 4 years ago

Figured it out.

For those who were wondering

{% for images in record.images %}
     <img src="{{ images.path }}" >
{% endfor %}