You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
garyaitken
It is possible to restrict the maximum size of an image as follows:
[[Image:screenshot1.jpg|600px]]
We have a TOC appearing on the right and we want even large images to appear to its left, rather than below. I was hoping one could write:
[[Image:screenshot1.jpg|60%]]
but that doesn't work.
I next tried to enclose the whole thing in a span:
{{Manual:TOC}}
<span style="color:red">red</span> <!-- works -->
<span style="width: 600px;"> <! doesn't work; idea would be to use max-width: 60% -->
[[Image:screenshot1.jpg]]
</span>
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.