Premium WordPress Themes › Forums › Digrand – Portfolio And Blog Theme › Blog posts
- This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by OwlThemes.
- AuthorPosts
- September 19, 2019 at 10:53 am #1015
flashParticipantHi Support.
Some images are larger than it’s divs bounds, which makes some images being cropped.
This result’s in high images with people get their head cut off, since the cropping is not based from the top.
I tried fixing this with css, but it’s not possible since your widget is cropping the images before adding them into the html.
See attached images.
Attachments:
You must be logged in to view attached files. - September 20, 2019 at 6:58 am #1020
OwlThemesKeymasterHi, Flash.
We’ve added an option to crop thumbnails on top and it works well on our test site (theme options > blog > Thumbnails crop positions on top). Unfortunately, it doesn’t work on yours. We believe it’s because of the “imagify” plugin. To get all to work you should regenerate thumbnails via the “Regenerate Thumbnails” plugin (Værktøjer > Regenerere miniaturebilleder). Checkbox “Spring over regenerering af eksisterende korrekte miniature størrelser (hurtigere).” must be unchecked. But as the “imagify” keeps optimized versions of your images there are no changes on the site. So you should figure out how to reoptimize these new images. Maybe you can change the optimization quality and then reoptimize.
You can try it on individual images (see screenshot).
Best regards.
- November 2, 2019 at 11:32 am #1027
flashParticipantHi there, thanks, works like a charm, one more thing, is it possible to put the same feature on post images also, we have the crop issue aswell, right now we have changed the code from:
<?php echo get_the_post_thumbnail($post->ID,’ale-blog-full-size’)?>
to
<?php echo get_the_post_thumbnail($post->ID,’full’)?>
but then we dont get the image transition effect ofc.
Cheers/ Thomas
- November 4, 2019 at 4:59 pm #1031
- AuthorPosts
You must be logged in to reply to this topic.