Change Image size
-
In my front page, the blog post images were appearing in different sizes.
To make them appear in a uniform size,<?php if ( is_home() ){ print "<style type='text/css'>\n img{width: 200px; height: 200px;}\n</style>"; } ?>
I inserted the above code in header.php
The problem i am facing is that my logo size is also now reduced to the above mentioned size (200*200 px)
I want to increase my logo size.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change Image size’ is closed to new replies.