View Single Post
Old 06-25-2021, 09:59 AM   #1
wajdi ben ftima
Junior Member
wajdi ben ftima began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2021
Device: none
Exclamation Calibre is not saving changes

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 !!!
wajdi ben ftima is offline   Reply With Quote