Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the image sizes in parsedown? #460

Closed
tasmanwebsolutions opened this issue Jan 8, 2017 · 2 comments
Closed

Changing the image sizes in parsedown? #460

tasmanwebsolutions opened this issue Jan 8, 2017 · 2 comments
Labels

Comments

@tasmanwebsolutions
Copy link

tasmanwebsolutions commented Jan 8, 2017

Hello, In parsedown how to alter the image sizes when use reference links for image

![enter image description here][1]
[1]: https://www.allaboutbirds.org/guide/bbimages/aab/images/blue-winged-warbler.jpg 100%x300

Then the out put would be

<img src="https://www.allaboutbirds.org/guide/bbimages/aab/images/blue-winged-warbler.jpg" width="100%" height="300">

Not sure what I need for php side of things to enable it?

@tasmanwebsolutions tasmanwebsolutions changed the title "Question" How to add image sizes in reference links Changing the image sizes in parsedown? Jan 10, 2017
@tasmanwebsolutions
Copy link
Author

This may help any one who interested http://stackoverflow.com/questions/41561684/parsedown-set-image-width-and-height/41609464#41609464

@aidantwoods
Copy link
Collaborator

This is probably best achieved by an extension (as mentioned in the link) :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants