We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear @sesemaya,
after upgrading the theme to the most recent release (see [1]), we are pleased about how smooth this was. Thanks again for your awesome work on this!
When revisiting #14, we found that while the image display works well in the editor preview now,
images which are higher then wide are still getting stretched to the total width of the post, which will look like this in display mode
You can find the respective post where this happens at [2]. Thanks in advance for looking into that if you can find the time.
With kind regards, Andreas.
[1] https://meta.discourse.org/t/daemonite-material-theme/64521/75 [2] https://meta.ip-tools.org/t/no-family-information-for-de69423220t2/137/2
The text was updated successfully, but these errors were encountered:
Hi there,
we found it's the display: block; CSS attribute of the container lightbox element which is stretching the images to their full widths.
display: block;
<a class="lightbox" href="..." data-download-href="..." title="image.png"><img src="..." alt="image" class="d-lazyload" srcset="..." width="295" height="250"> </a>
When removing this guy, everything starts working as intended.
Sorry, something went wrong.
We just released version 0.3.0 of our layout tweaks which now incorporates the appropriate workaround through ip-tools/discourse-material-theme-ample@2d621e88.
No branches or pull requests
Dear @sesemaya,
after upgrading the theme to the most recent release (see [1]), we are pleased about how smooth this was. Thanks again for your awesome work on this!
When revisiting #14, we found that while the image display works well in the editor preview now,
images which are higher then wide are still getting stretched to the total width of the post, which will look like this in display mode
You can find the respective post where this happens at [2]. Thanks in advance for looking into that if you can find the time.
With kind regards,
Andreas.
[1] https://meta.discourse.org/t/daemonite-material-theme/64521/75
[2] https://meta.ip-tools.org/t/no-family-information-for-de69423220t2/137/2
The text was updated successfully, but these errors were encountered: