Hero Image in Social Sourcing
Content
I swapped out the hero image in TSS with another one and its not mobile responsive. In the advanced CSS section I inserted the following: }
#responsive_img {
width: 100%;
height: auto;
}
That doesnt work as my image is still not responsive. Does anyone know how to make new images responsive? I cant seem to find any documentation on it.
0