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

When there is a picture in the article I published,The picture is always too large to display properly,how can I fix it? #5

Closed
silasol opened this issue Jul 18, 2017 · 1 comment
Labels

Comments

@silasol
Copy link

silasol commented Jul 18, 2017

look here!
image

@mbejda
Copy link
Owner

mbejda commented Jul 19, 2017

I will push a fix for it ASAP. What you can do is add CSS classes in the code injection section.
screen shot 2017-07-19 at 8 22 33 am

        img[src$="#full"] {
  
                border:1px solid #71859d;
    clear: both;
    width: 100% !important;
            margin-top:30px;
            margin-bottom:30px;
}

Then when you add an image source to the blog just prepend the #full anchor to the source.

@mbejda mbejda added the bug label Jul 19, 2017
@mbejda mbejda closed this as completed in 0812257 Jul 19, 2017
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