Jump to content

Image shown in thumbnail only in Category Cover Image


Recommended Posts

3 hours ago, [email protected] said:

Hello
The image appears in thumbnail form only when added to Category Cover Image
I want to display it as shown in the image
Is there any help?

I use the classic theme
version 8.1.7

image.thumb.png.081244d461a797524fc8950838c4f04f.png

Hello,

I've encountered this issue before while working with various themes on platforms like the one you're using. As a developer at Nerdpapers, I know how frustrating it can be when the cover image only shows up as a thumbnail. It's usually a matter of adjusting some settings or tweaking the CSS to allow the image to display fully. Here's what I would recommend from my experience:

Explore Theme Settings: In my experience, themes sometimes default to showing images as thumbnails, especially in category cover images. Check if there's an option in your theme's settings to adjust the size or display style of the cover image.

Custom CSS Fix: If there's no built-in option, what I've often done is dive into the CSS and customize it. You can override the theme's CSS to change how the image is displayed. For example, adding something like:

css

Copy code

.category-cover-image { width: 100%; /* Set this to display the image full width */ height: auto; /* Keep the image proportions intact */ }

This approach works well when you're trying to maintain the full size of the image instead of letting it get cropped into a thumbnail.

Check Template Files: Depending on how your platform is structured, there may be a template file that controls how these images are rendered. I've found that tweaking those files can help if CSS adjustments don't quite get you the result you need.

Ensure Image Resolution: Make sure the image you're using has a high enough resolution. Low-resolution images tend to be forced into smaller sizes like thumbnails.

Let me know how it goes! If you run into any issues, feel free to reach out, and I'll be happy to help troubleshoot further.

Best, Hery Wanye Academic Writer & Developer at Nerdpapers

Link to comment
Share on other sites

You could show us your image settings.

vor 1 Stunde schrieb Nickz:

nothing is wrong with the image, its plainly too small. Check the dimensions. 

I did not write that there's something wrong with the image but that there's something wrong with the image settings (or the images need to be generated or the small picture comes from the cache).

  • Like 1
Link to comment
Share on other sites

1 minute ago, [email protected] said:

I mentioned is that the image cannot be more than 181 pixels wide, and I want it to be more than that. 

don't use lazy loading. Host images on the same place (location) the shop is hosted on.
If cloud move to a VPS. I suggest you arm your shop locally first.

If  you own a shop at one point you need to be able to pay for technical assistance. That is the way Shops grow.
Most shops don't go that way, they prefer a nice vacation, a better car and such, then competition sets in and there is no money left.  

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...