Will the following code make my css deal with images in the optimum way?
-
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?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Will the following code make my css deal with images in the optimum way?’ is closed to new replies.