KartikPrabhuI want to do something like this <article class="h-cite"><div class="u-photo"> <data class="value" value="img-url"></data> </div></article>
KartikPrabhuso on DOM-load a javascript will load the image and it will be <article class="h-cite"><div class="u-photo"><data class="value" value="img-url"></data><img src="img-url"/></div></article> note only an img-element is added
KartikPrabhuoh! sure... I was also including a <noscript><img src="fallback-img"></noscript> inside the wrapper div... but the problem is that php-mf2 does not parse data elements and VCP page has no guide to parse for URL properties