Tagged: css, image, thumbnails
- This topic has 9 replies, 2 voices, and was last updated 5 years ago by
Skandha.
-
AuthorPosts
-
September 2, 2018 at 3:04 pm #153006
Pedrosilva
ParticipantSeptember 3, 2018 at 12:25 am #153012Skandha
Participant@pedrosilva: The thumbnail on your homepage and archives page depend on their original image size. If you want all the thumbnails to have similar size you will need to upload all images with similar height and weight or the same aspect ratio.
Let me know if this helps you out!
Kind Regards,
SkandhaSeptember 3, 2018 at 10:41 pm #153067Pedrosilva
ParticipantThere is no other way? With CSS for example
Thanks
September 4, 2018 at 12:55 am #153078Skandha
Participant@pedrosilva: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:767px) { .archive-post-wrap .featured-image a img { width:250px; height:250px; } }
Let me know if this works out!
Kind Regards,
SkandhaSeptember 4, 2018 at 1:37 pm #153121Pedrosilva
ParticipantWorked!! Thanks Very much
I Just had to addobject-fit: cover;
September 5, 2018 at 4:01 am #153147Skandha
Participant@pedrosilva: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/clean-journal/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaSeptember 14, 2018 at 12:36 pm #153986Pedrosilva
ParticipantHi,
One more thing, if is not too much trouble, is it possible to put the thumbnail bellow the post title of archives (or at least above) on mobile devices?
Thanks
September 17, 2018 at 1:00 am #154116Skandha
Participant@pedrosilva: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width:767px) { .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image { float:none; } .excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container { float:none; } }
Let me know if this is what you want.
Kind Regards,
SkandhaSeptember 17, 2018 at 11:31 pm #154199Pedrosilva
ParticipantBest support on WordPress. Thanks very much. When I need a Premium theme you will be my first option.
Best regards
September 18, 2018 at 12:22 am #154202Skandha
Participant@pedrosilva: Thank you so much for your appreciation. Have a good day! 🙂
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Thumbnails size on homepage and Archives’ is closed to new replies.