Featured Image Cropping
-
I tried a lot of tricks, but still not working. Do you think there is a way to crop the featured image on WordPress Twenty Twelve theme? Something like hide top 20% and bottom 20% of the image…
The blog I need help with is: (visible only to logged in users)
-
-
-
HI mohamadkarbi,
The structure of the theme won’t allow that to be done using CSS. However, if you crop your images before you upload them, you should have a better result.
-
Thank you all. Of course I’m using WordPress.com so I can’t install external plugin. The only thing I hate about 2012 theme is the featured image. It seems that I have to leave it now. However, I found a partial solution in CSS and I don’t think there would be a better one with the image being part of the the entry header that contains other components:
.entry-header { overflow: hidden; } .wp-post-image { min-width: 100%; margin-top: -25%; min-height: 350px; max-height: 350px; }
- The topic ‘Featured Image Cropping’ is closed to new replies.