{% schema %}
{
"name": "Testimonials",
"tag": "section",
"class": "testimonials",
"settings": [
{
"type": "text",
"id": "title",
"label": "Testimonials Heading"
}
],
"blocks": [
{
"name": "Slide",
"type": "slide",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Image"
},
{
"type": "video",
"id": "video",
"label": "Video"
},
{
"type": "image_picker",
"id": "imageone",
"label": "Image Popup 1"
},
{
"type": "image_picker",
"id": "imagetwo",
"label": "Image Popup 2"
},
{
"type": "image_picker",
"id": "imagethree",
"label": "Image Popup 3"
},
{
"type": "image_picker",
"id": "imagefour",
"label": "Image Popup 4"
},
{
"type": "image_picker",
"id": "imagefive",
"label": "Image Popup 5"
},
{
"type": "image_picker",
"id": "imagesix",
"label": "Image Popup 6"
}
]
}
],
"presets": [
{
"name": "Testimonials",
"settings": {
"title": "Our Testimonials"
},
"blocks": [
{
"type": "slide"
},
{
"type": "slide"
}
]
}
]
}
{% endschema %}
{% capture testimonialsImage %}
<img src="{{ block.imageone | img_url: 'master' }}" alt="Image One"
alt="Testimonial Image {% increment variablename %}" width="auto" height="auto"
class="mb-2 set-heading-img-tes" style="border-radius: 1.8rem; object-fit: contain;">
{% endcapture %}
{{ testimonialsImage }}
image not get
output this ways
no-image
