Why aren't my images showing in schema blocks?

Hi guys, why my images aren't showing using schema blocks. Kinda confusing to be honest. If anyone can help, that I'd appreciate. Thanks  

            

                                    
                    

                        
                        {%- for block in section.blocks -%}
                            {% case block.type %}
                                {% when 'card' %}
                                    

                                        

                                            
                                        

                                    

                            {% endcase %}
                        {% endfor %}
                        
                        

                        

                        

                    

            

        "blocks": [
            {
                "name": "Testimonial Image",
                "type": "card",
                "limit": 10,
                "settings": [
                    {
                        "type": "image_picker",
                        "id": "testi_img",
                        "label": "Each Image"
                    }
                ]
            }
        ],

@jake_lue

Please replace the line with below line



If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

1 Like

Ahhh I see, it’s because instead of img_url, I used image_url. Thanks man, appreciate that