View Single Post
Old 03-06-2022, 09:23 PM   #17
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,471
Karma: 169115146
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I rain into one oddment. The epub I was editing had the following in the CSS:
Code:
img.full {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
which triggered:
Code:
ValueError: could not convert string to float: ' conta'
Error: could not convert string to float: ' conta'
Since the object-fit line was the only one in the CSS stylesheets that contained the string "conta", I removed it and and the error disappeared
DNSB is offline   Reply With Quote