View Single Post
Old 12-07-2020, 08:06 AM   #8
fleshas
Junior Member
fleshas began at the beginning.
 
fleshas's Avatar
 
Posts: 6
Karma: 10
Join Date: Dec 2020
Device: Kindle 10th Gen
Exclamation

Look, fellas, what I figured out:

Code:
img[src*=".png"]  {
    display: none;
}
This one removes all images, because that images from pdf are .png files when I convert them to epub. And when from epub I converting it to mobi I add this code to style line. So I believe it should work also on massive converting

fleshas is offline   Reply With Quote