Suppress image width and height altogether?
-
Hello.
I would like to suppress the height and width of the image in thumbnail_content.For example:
<img alt="photo information" class="attachment-thumbnail" src="...">
Is this possible?
This is the markup template I am using:<li itemscope itemtype="https://schema.org/ImageObject"> <[+itemtag+] class="thumbnail" itemprop="thumbnail"> <a title="[+title+]" href="[+link_url+]">[+thumbnail_content+]</a> <[+captiontag+] itemprop="caption">[+title+]</[+captiontag+]> </[+itemtag+]> </li>
itemtag is figure and captiontag is figcaption
thanks for any light you can throw on this subject.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Suppress image width and height altogether?’ is closed to new replies.