default image width #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when using markdown
to add an image, rather than html<img src="https://example.com/image.png" width="100%", the image overflows if the resolution is too high.this could fixed by adding the following to the
global.cssfile, which fixes both markdown and html images.However, smaller images may get upscaled to the width of
div#mainContentFixed better by adding the following in
Squeljur/website@b395a6b93e:Uses the default width of the image, or maxes out at the width of div#mainContent