Embed a picture in a comment
-
@e7tech
You can deactivate secure browsing for Facebook, then it should work. I imagine the same also applies to the other image hosts. And the WordPress.com media library also works as long as the blog is not set to private.What @thedixieflatline666 is saying is that no matter how big the image is, if you embed it in a comment it will only show at the maximum width the image allows, so it won’t mess up your theme as @1tess mentioned earlier.
-
I take it you don’t know CSS/HTML either? Sorry.
It’s part of the code which worpress automatically adds to the url to make it display in the web page. Basically, the max-width:100% statement means the picture will be scaled to have a maximum width no larger than the “box” it’s contained in. Which in this case is the width of the comment-area.
-
kokkieh, Thanks for the input. I will check out Facebook and the media library.
thedixieflatline666, kokkieh, I do know some CSS/HTML. What you are saying is that wordpress inserts the max-width:100% CSS property when the comment is posted. I’ll look at the wordpress page source…Thanks!
- The topic ‘Embed a picture in a comment’ is closed to new replies.