mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
limit images to window width
This commit is contained in:
parent
a8b90ca6b0
commit
58433be7b4
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ function _typeAnsPress() {
|
|||
hr { background-color:#ccc; margin: 1em; }
|
||||
body { margin:1.5em; }
|
||||
.cloze { font-weight: bold; color: blue; }
|
||||
img { max-width: 95%; max-height: 95%; }
|
||||
"""
|
||||
|
||||
def _styles(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue