Hi Timothy, Timothy <tecos...@gmail.com> writes:
> From 9c34dd6aba62d734f6ae9aecaffa76a0250bf495 Mon Sep 17 00:00:00 2001 > From: TEC <t...@tecosaur.com> > Date: Wed, 29 Sep 2021 21:29:27 +0800 > Subject: [PATCH] org: Don't change image size based on font size > > * lisp/org.el (org--create-inline-image): When `create-image' is called > without the :scale parameter, the image size is expanded based on the > default font size (if it is larger than 10px). When displaying images > with a specified width in Org buffers, either in pixels or proportional > to the text width, this width should not be modified according the to > font size. Giving a :scale parameter of 1 prevents this font-size based > rescaling. Nitpick: I suggest shortening the ChangeLog part like this: * lisp/org.el (org--create-inline-image): Set :scale parameter to 1 to prevent font-size based rescaling. When `create-image' is called without the :scale parameter, the image size is expanded based on the default font size (if it is larger than 10px). When displaying images with a specified width in Org buffers, either in pixels or proportional to the text width, this width should not be modified according the to font size. Giving a :scale parameter of 1 prevents this font-size based rescaling. The ChangeLog part should not be too verbose, you can add explanations after it. Thanks, -- Bastien