what I'm trying to is to change the cover picture to be responsive
so I added the code below in the XML file
Code:
<picture>
<source media="(min-width: 1024px)" srcset=" cover.png">
<source media="(min-width: 768px)" srcset=" 768.png">
<img class="cover" src="iphone.png" alt="Value architecture">
</picture>
and then I hit the save button
and as result there no changes found !!!