View Single Post
Old 11-06-2020, 03:12 AM   #6
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 843
Karma: 3335974
Join Date: Jan 2017
Location: Poland
Device: Various
I agree with KevinH. Check Preview's Inspector, especially the Sources tab.

I can cause this effect, e.g. by adding a code:
Code:
html {
-webkit-transform: scale(1, -1);
}
to the custom_preview_style.css file in Sigil configuration folder.

So the culprit is the scale(1,-1) entry – search the ebook code and the Sigil configuration folder to see if it appears somewhere.
BeckyEbook is offline   Reply With Quote