Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my quick fix: removed the iframe... height=auto from main.c4007cdc.min.css
maybe you should have separate settings for iframe and img/svg (_typeset.scss)
root cause probably this commit: commit e6143e7 Author: squidfunk martin.donath@squidfunk.com Date: Mon Apr 27 09:34:49 2020 +0200
Fixed distorted image when width and height are explicitly set
I checked that...
iframes, such as embedded google calendar or the selfhtml example have a fixed height. not adjustable.
want freely adjust the height!
fixed height
from https://wiki.selfhtml.org/wiki/Beispiel:HTML_iframe-Element-seamless.html
Python: python --version Python 3.6.9
python --version
MkDocs: mkdocs --version kdocs, version 1.1 from /home/goetz/virtualenv/p3mai/lib/python3.6/site-packages/mkdocs (Python 3.6)
mkdocs --version
Material: pip show mkdocs-material | grep -E ^Version Version: 5.1.4
pip show mkdocs-material | grep -E ^Version
The contents of your mkdocs.yml
The text was updated successfully, but these errors were encountered:
I guess we can remove height: auto for iframes.
height: auto
Sorry, something went wrong.
Fixed in 52c3daf.
Released as part of 5.1.5.
No branches or pull requests
my quick fix: removed the iframe... height=auto from main.c4007cdc.min.css
maybe you should have separate settings for iframe and img/svg
(_typeset.scss)
root cause probably this commit:
commit e6143e7
Author: squidfunk martin.donath@squidfunk.com
Date: Mon Apr 27 09:34:49 2020 +0200
I checked that...
Description
iframes, such as embedded google calendar or the selfhtml example have a fixed height.
not adjustable.
Expected behavior
want freely adjust the height!
Actual behavior
fixed height
Steps to reproduce the bug
from https://wiki.selfhtml.org/wiki/Beispiel:HTML_iframe-Element-seamless.html
<iframe src="https://wiki.selfhtml.org/wiki/Startseite" seamless width="90%" height="400" name="SELFHTML_in_a_box"></iframe>Package versions
Python:
python --version
Python 3.6.9
MkDocs:
mkdocs --version
kdocs, version 1.1 from /home/goetz/virtualenv/p3mai/lib/python3.6/site-packages/mkdocs (Python 3.6)
Material:
pip show mkdocs-material | grep -E ^Version
Version: 5.1.4
Project configuration
The contents of your mkdocs.yml
System information
The text was updated successfully, but these errors were encountered: