In Appearance/Editor, the Stylesheet for my theme has in it the following code:
#content img {
margin: 0;
max-width: 640px;
}
#content .attachment img {
max-width: 900px;
Does this mean that if I use the 'Add an image' button in WordPress, and then pick 'From url' to post an image in a blog post, that if the image at the url is bigger than the maximum width of my blog post, that it will not matter? -- That it won't result in the image taking longer than otherwise necessary to load on the users computer?