mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-04 16:44:24 -06:00
Ebook improvements (#103)
* Ebook improvements Removes fixed height and width from the resulting HTML and adds an additional css for the ebook formats. * Update gitignore * Strip tags
This commit is contained in:
committed by
GitHub
parent
61c33e4b60
commit
5412aa6e50
9
book/book-ebook.css
Normal file
9
book/book-ebook.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.figure {
|
||||
max-width: 100%;
|
||||
}
|
||||
.figure img {
|
||||
max-width: 100% !important;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
width: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user