View Single Post
Old 01-15-2021, 12:03 PM   #2
deback
Book E d i t o r
deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.
 
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
Try the following in the CSS file for the image class (if your original image files are small):

height: auto;
width: auto;

If your original image files are larger than you want displayed in the book, use percentages, like the following:

height: 50%;
width: 50%;

Use whatever percentage results in the size you want.

This image class is the class that you've included in the img src line.
deback is offline   Reply With Quote