• Resolved kunzi

    (@kunzi)


    I tried to do by this guide:
    https://www.ads-software.com/support/topic/simple-tutorial-how-to-display-a-full-table-all-records/

    I have single table in Airtable that has all the product data. One of the fields is Image. I want to list all products like in a category page in web shop.

    I have tried this alone:
    [apr field='Image|url' single]
    and this prints all the image urls correctly inside the product divs. Each product has it’s own image’s url.

    When I try this:
    <img src="[apr field='Image|url' single]">
    the result is that every product div has the same product image.

    I don’t get it. Any ideas? How do I show the image for each product?

    • This topic was modified 5 years ago by kunzi.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kunzi

    (@kunzi)

    And I found an answer. This works inside loop:
    <img src="{{Image|0|thumbnails|large|url}}" />

    • This reply was modified 5 years ago by kunzi.

    Do you guys have any tips on changing the appearance of these images/sticking them in galleries?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image with shortcode inside loop’ is closed to new replies.