posthtml-img-autosize icon indicating copy to clipboard operation
posthtml-img-autosize copied to clipboard

path regarding context entry

Open Scrum opened this issue 5 years ago • 0 comments

posthtml:
			options:
				use: [
					require('posthtml-img-autosize')(
						root: 'byEntry'
					)
				]

or new property ctx

posthtml:
			options:
				use: [
					require('posthtml-img-autosize')(
						ctx: 'byEntry'
					)
				]

Originally posted by @Scrum in https://github.com/posthtml/posthtml-img-autosize/issues/17#issuecomment-712737665

Scrum avatar Oct 20 '20 11:10 Scrum