Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
We've just sent you a message.Please confirm access via Telegram
2. Image in article in wrong position (because it putted inside paragraph, and IV doesn't parse this correctly).
I use this code to fix it:
<div>: $body//p[count(.//img)>0]
Or this (other embeds inside <p> also doesn't parsed correctly):
<div>: $body//p[count(.//*[img|video|audio|iframe])>0]