Screen grab used to create image TOO BIG
-
Hi:
Using Cubic Theme. Created text then did a screen grab. Image works on home page Then when that’s clicked on the screen grab image appears HUGE. Link: https://healthcareforallfacts.com
Any thoughts?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there,
As Victoria noted in your chat the other day, Cubic deliberately displays a large featured image on single posts in order to showcase them.
You could decrease the width of the featured image by adding the following snippet to the CSS panel of the Customizer:
body.single .hentry.has-post-thumbnail .wp-post-image { min-width: 50%; min-height: 50%; }Increase or decrease the percentages to your liking.
Alternatively, you can use the following CSS to completely hide the featured image from single posts:
.post .entry-thumbnail { display: none; }You would then be free to add the image to the main content of your posts and size them to your liking there.
Let me know if that’s helpful! If you have any extra questions, then we’re right here.
- The topic ‘Screen grab used to create image TOO BIG’ is closed to new replies.