posthtml / posthtml-img-autosize

Auto setting the width and height of <img>
MIT License
28 stars 8 forks source link

path regarding context entry #19

Open Scrum opened 3 years ago

Scrum commented 3 years ago
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