We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16659a commit ce78c21Copy full SHA for ce78c21
doc/themes/scikit-learn-modern/static/css/theme.css
@@ -799,6 +799,11 @@ div.body img.align-center {
799
max-width: 800px;
800
}
801
802
+div.body img {
803
+ max-width: 100%;
804
+ height: unset!important; /* Needed because sphinx sets the height */
805
+}
806
+
807
img.align-center, .figure.align-center, object.align-center {
808
display: block;
809
margin-left: auto;
0 commit comments