Blog thumbnail looks bad - object-position?

Hey guys, beginner here, I am trying to fix my blog thumbnails on https://expertphotoshop.ro/ and I tried object-fit, object-position but I really can't manage. I'm trying to make the image fit nicer inside the square. I guess "cover" is what I'm looking for, but I tried a lot of things in inspector and I can't manage. Help?
Cristian Barin - Expert Photoshop - Cursuri Photoshop
Curs Photoshop - Instructor Photoshop Certificat de Adobe - Cristia...
Cel mai bun curs Photoshop in limba romana predat de un instructor Photoshop certificat de Adobe
28 Replies
ghostmonkey
ghostmonkey•13mo ago
.sa-blog-grid .vc_gitem-zone { background: white !important; background-color: white; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; background-image: none; } this is the class that is setting it to auto if you disable this and add cover instead, it will display the entire image but this is wordpress, so you may not have any control over this element
ghostmonkey
ghostmonkey•13mo ago
ghostmonkey
ghostmonkey•13mo ago
here is that middle image on cover
ghostmonkey
ghostmonkey•13mo ago
ghostmonkey
ghostmonkey•13mo ago
and this is it set to 'contain'
ChrisBarin
ChrisBarin•13mo ago
thank you trying it right now @ghostmonkey do I simply remove all that code? sorry for the silly question I'm not finding that bit of code anywhere in visual code
ghostmonkey
ghostmonkey•13mo ago
based on the name, i assume it's from a plugin or part of whatever theme you are using not sure how you would even look for it in visual code
ghostmonkey
ghostmonkey•13mo ago
PickPlugins
Plugin Directory
Post Grid Combo
Post Grid Combo is extremely easy to use for creating grid-layout and post-layout. Also, we're offering many small blocks with extensive flexibil …
ghostmonkey
ghostmonkey•13mo ago
is it this one maybe? assuming yes, according to the documentation for this plugin, somewhere in the settings, will be a section for 'image blocks' where you can specify thumbnail sizes etc and if you can't specifically set it to 'conver' or 'contain', then the next best solution is to specify the size in px and then resize the images you want to use as thumbnails to the same px
ChrisBarin
ChrisBarin•13mo ago
hmm ok I'll have a look but I wanna be clear .sa-blog-grid .vc_gitem-zone { background: white !important; background-color: white; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto; background-origin: padding-box; background-clip: border-box; background-image: none; } I haven't been able to find this bit of code
ghostmonkey
ghostmonkey•13mo ago
I guess I am confused. This is a wordpress page and it's coming either from the theme or a plugin you have added
ChrisBarin
ChrisBarin•13mo ago
it can be fixed via css
ghostmonkey
ghostmonkey•13mo ago
the only easy way to change this behaviour, is to adjust the plugin settings.
ChrisBarin
ChrisBarin•13mo ago
I don't wanna work on the admin side I don't have controls for that
ghostmonkey
ghostmonkey•13mo ago
even if you overwrite the css, you would still need access to the admin panel to add that though?
ChrisBarin
ChrisBarin•13mo ago
I have complete access
ghostmonkey
ghostmonkey•13mo ago
then change the plugin settings, i don't know why you wouldn't choose the easy solution
ChrisBarin
ChrisBarin•13mo ago
there's no controls in the admin panel related to that bit I'm using a custom theme that's integrating that plugin, I didn't install it myself
ghostmonkey
ghostmonkey•13mo ago
send me a screenshot of your plugins list
ChrisBarin
ChrisBarin•13mo ago
and I don't have controls related to the way the image is being shown
ChrisBarin
ChrisBarin•13mo ago
ghostmonkey
ghostmonkey•13mo ago
oof that looks rough 😄 maybe under the appearance tab, in the customizer you can change it
ghostmonkey
ghostmonkey•13mo ago
ghostmonkey
ghostmonkey•13mo ago
where this says 'generatePress', yours will say 'Eduma Child' or something like that try there if not, then here select customize and then go through all those menus and see if you can get to it there if this is your page, I would strongly urge you to consider rebuilding it from the ground up. You have an insane amount of unnecessary clutter and overhead, and you could recreate it without all this burden. It would greatly increase your page performance and load times as well
ghostmonkey
ghostmonkey•13mo ago
ChrisBarin
ChrisBarin•13mo ago
thanks for your help @ghostmonkey I appreciate it where are you from?
ghostmonkey
ghostmonkey•13mo ago
Bosnia
ChrisBarin
ChrisBarin•13mo ago
Romania here thanks for the tip