このhtmlマークアップを考えると...
<figure class="figureFeatured">
<img
width="300"
height="213"
src="wp-content/uploads/featuredImage-300x213.jpg"
data-responsive="wp-content/uploads/featuredImage-150x150.jpg"
/>
</figure>
CSS または jQuery を介して src 属性を data-responsive 属性の値に置き換えることは可能ですか?
特定のデバイス幅のブレークポイント (css メディア クエリまたは jQuery ウィンドウのサイズ変更ディメンション) でのみ置換を行いたい