Hello,
I just noticed that the thumbnail (CB Gallery) were of poor quality ; I specify that the downloaded pictures are correct (I tried with pictures of different qualities, besides they saffichent very well in general ) , I did not find where it came from ?
Do you know what can happen?
Best regards.
Eric
Increase the thumbnail size within CB Gallery parameters if you want the uploaded thumbnails to be larger. Regardless they still will be downsized somewhat to fit within the container; there's no avoiding that. A thumbnail is just a preview though so it shouldn't be expected to be super high quality. It's not pixelated or anything terrible like that in any of my tests though so I'm not sure what you mean by terrible without a screenshot of your issue.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The image is either too large or too small. Either one can cause artifacts. An image that's too large downscaled will lose pixel data. An image that's too small will be upscaled (by CSS to fit inside the container), which will stretch the pixels.
That's just how image processing works and is nothing specific to CB Gallery. It'll do the same if you donscaled or upscaled in Gimp, Photoshop, or MS Paint for example; with the except their processing engines are probably better than PHP GD2.
If the image is too small and the CSS upscaling is doing it then you'll need to make the photo boxes smaller, but you'll never have an ideal solution as someone is bound to upload a tiny image for whatever reason. If the image is too large then you can trying configuring and using ImageMagick instead, which has better processing than PHP GD2.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.