Top WP Theme Issues – Preview Images Skewed
-
Hello WordPress gurus,
I have installed the Ultrajax theme and am having issues with the image previews.
The theme preview is here https://topwpthemes.com/ultrajax/.
As you can see the preview images are all 440×205, which is the same size as my pictures. You will find on my website however, all the images are blurry. It’s as if it is taking a small part of the image and stretching it out.
I have tried tweeking my stylesheet code below to no avail:
#featured_area .photo {
background: url(img/featured_image_bg.gif) repeat-x;
height:209px;
border: 1px solid #f8f9fa;
padding: 0px;
margin-top: 1px;
float: left;
position: relative;
margin: 0 0 0 10px;
}#featured_area .photo img {
width: 440px;
height: 205px;
margin: 0 0px 0 0;
}Any help would be great!
Gracias,
Scott
- The topic ‘Top WP Theme Issues – Preview Images Skewed’ is closed to new replies.