Hello,
I created a custom theme in that all images are showing when I upload it in customizer but it doesn’t show SVG images , what could be the reason? Please help!! Below is my section code :
{% stylesheet %}
.image-reverse {
flex-direction: row-reverse;
}
.row {
display: flex;
}
.section-{{ section.id }}-padding {
padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}
@media screen and (min-width: 750px) {
.section-{{ section.id }}-padding {
padding-top: {{ section.settings.padding_top }}px;
padding-bottom: {{ section.settings.padding_bottom }}px;
}
}
{% endstylesheet %}
{{ section.settings.title }}
{{ section.settings.content }}
“presets”:[
{
“name”: “Image”
}
]
}
{% endschema %}