Haivng Trouble sizing thumbnail in WP Theme

by Xio1
2 replies
  • WEB DESIGN
  • |
Hello,

I bought a site from a fellow warrior and I did not play around with it cause I was having problems figuring things out. I decided to start over, started some things out and came to a roadblock.

I have an account with CJ and I am trying to post fish aquariums on my site. There are some dead links that the advertiser no longer has. I am trying to replace them with the new links and when I put the html code in the theme editor, the pictures are oversized and throws everything off. The picture comes from the advertiser and I am not sure what I need to do to make it smaller so that the photos of the aquariums line up.

the site url is Hexagon Aquariums

If you notice how the aquariums are lined up, that is how I want to keep it. When I put the new products in, the pictures are big and it distorts the rows of items.

I could really use some help.

thanks,

xio1
#haivng #sizing #theme #thumbnail #trouble
  • Profile picture of the author frenchsquared
    look at the width and height of the image in code or html view.
    set the new image to have the same width and height.

    <img src="path to your image" width="300" height="200" />
    {{ DiscussionBoard.errors[5438437].message }}
  • Profile picture of the author retroid
    According your current codes, you should set the image height at 185px

    <img height="185" src="path to image" />
    {{ DiscussionBoard.errors[5438971].message }}

Trending Topics