<txp:images id='<txp:yield name="id" />' break="">
   <txp:output_form form="images">
        <txp:if_yield name="dark-option">
            <img loading="lazy" class="<txp:if_yield name="class"><txp:yield name="class" /> </txp:if_yield>prefers-color-scheme" width="<txp:if_yield name="set-width"><txp:yield name="set-width" /><txp:else /><txp:image_info type="w" /></txp:if_yield>" height="<txp:if_yield name="set-height"><txp:yield name="set-height" /><txp:else /><txp:image_info type="h" /></txp:if_yield>" itemprop="url contentUrl"<txp:evaluate> alt="<txp:image_info type="alt" />"</txp:evaluate> src="<txp:image_url />" data-src-light="<txp:image_url />" data-src-dark="<txp:image_url id="<txp:yield name="dark-option" />" />">
        <txp:else />
            <img loading="lazy" <txp:if_yield name="class">class="<txp:yield name="class" />" </txp:if_yield>width="<txp:if_yield name="set-width"><txp:yield name="set-width" /><txp:else /><txp:image_info type="w" /></txp:if_yield>" height="<txp:if_yield name="set-height"><txp:yield name="set-height" /><txp:else /><txp:image_info type="h" /></txp:if_yield>" itemprop="url contentUrl"<txp:evaluate> alt="<txp:image_info type="alt" />"</txp:evaluate> src="<txp:image_url />">
        </txp:if_yield>
        <meta itemprop="width" content="<txp:if_yield name="set-width"><txp:yield name="set-width" /><txp:else /><txp:image_info type="w" /></txp:if_yield>">
        <meta itemprop="height" content="<txp:if_yield name="set-height"><txp:yield name="set-height" /><txp:else /><txp:image_info type="h" /></txp:if_yield>">
    </txp:output_form>
</txp:images>
