Skip to content

image size in preview mode #6433

@chipbrock

Description

@chipbrock

Use Typora for years. One thing is always unfortunate.

When I insert an image using traditional markdown syntax, say

![Stopping for a rest](screenshot_3646.png){fig-align="center" width="80%"}

It renders in the preview window as full width. These are HUGE and make reading unpleasant, defeating one of the primary reasons for WSWYG modes.

If I use HTML

<img src="screenshot_3646.png" alt="Stopping for a rest" width="80%">

then Typora respects the width and it's much nicer.

Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions