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

center image does not work with size tags from images #106

Open
OuttaSpaceTime opened this issue Feb 19, 2022 · 0 comments
Open

center image does not work with size tags from images #106

OuttaSpaceTime opened this issue Feb 19, 2022 · 0 comments

Comments

@OuttaSpaceTime
Copy link

Hi,

Thanks for the great plugin!
I have a custom css that centers all my images:

img
{
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

so quite simple and straight forward. I notice that it seems to cause troubles with your plugin.

So my question is do you have an idea how I can get both working?
And the other might be a feature request to handle the center, left align, right align etc with an tag as well.
maybe something like [#center](image path)

Would love to see that one!

Thanks in advance

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

No branches or pull requests

1 participant