Forum Replies Created
list of topics you have created till now.
-
-
For anyone that runs into this problem, I found the solution here:
http://www.pixelwars.org/forums/topic/single-post-picture-so-big/
By adding the below to Appearance > Customize > Custom CSS@media screen and (min-width: 992px) { .post .entry-content > p img:not(.alignleft):not(.alignright) { width: 540px; } }
@media screen and (min-width: 768px) { .post .entry-content > p img:not(.alignleft):not(.alignright) { width: 540px; } }
@media screen and (min-width: 992px) { .post .entry-content > p img:not(.alignleft):not(.alignright), .post .entry-content .gallery { width: auto; max-width: 100%; margin: auto; } }
@media screen and (min-width: 768px) { .post .entry-content > p img:not(.alignleft):not(.alignright), .post .entry-content .gallery { width: auto; max-width: 100%; margin: auto; } }
@media screen and (min-width: 1200px) { .blog-single .alignleft, .blog-single .wp-caption.alignleft { max-width: 50%; margin-left: 0; margin-right: 2em; } }
@media screen and (min-width: 1200px) { .blog-single .alignright, .blog-single .wp-caption.alignright { max-width: 50%; margin-right: 0; margin-left: 2em; } }Is there no way make <p>paragraph</p> formatting not stretch the image width to 100%? Having to switch between the paragraph and preformatted really breaks the alignment of the post.
Finally managed to resolve the stretching by changing the formatting from the default “paragraph” to “pre-formatted”
Thanks for the help regardless.Hey Serkan.
I’ve disabled all of my plugins, image quailty seems to have improved however all the files are still stretched to 100% width of the page, any clue how to resolve that?
Thanks
Image within post’s settings: http://imgur.com/ZysONrG
I have the same issue, the above steps don’t work.
A 1272×445 image is being scaled to 500×175 even though specifically set to “Full”
http://www.terrysimp.com/conforming-101/The Portfolio tab in WordPress has now come back however everyone of my posts has disappeared, any thoughts?
Apologies,
I had to go into Settings/Writing and tick the box for “Enable Portfolio Projects for this site.”
I’ve no clue as to why that has been deactivated!
Furthermore, is there a way to add a permanent scroll bar on the portfolio page so that i can expand the Instagram feed? Currently, once expanded, there’s no way to scroll through it.