Here’s a sample code to align image vertically in .ePub Step1: Open your .ePub file in Sigil or similar software. Step 2: Go to “Styles” folder. Add this code to your .css file. CSS: img.verticalCenter { width: 100%; max-height: 50%; margin-top: 40%; margin-bottom: 30%; } Step 3: Open your HTML file with image to be […]