Forums

thumbnail cropping... (1 post)

  1. thecowgoddess
    Member
    Posted 12 months ago #

    Hi, I want to use a featured image on my front page but don't want it to be cropped through the middle.
    I've found this fix:
    1 $s_x = floor( ($orig_w – $crop_w) / 2 );
    2 $s_y = floor( ($orig_h – $crop_h) / 2 );
    change to:
    1 $s_y = 0; //floor( ($orig_h – $crop_h) / 2 );

    But that meant that the featured image top showed and not the bottom. Also, in other parts of the blog my comics also lost the bottom.

    I'd like for the featured image to have no crop at all, any ideas?
    thank you,
    Heather

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 12 months ago by thecowgoddess
  • This topic is not resolved
  • WordPress version: 3.1.3