TVplaneta Posted June 18, 2018 Posted June 18, 2018 max photo settings is 1280*1280 but in gallery board posts 4000*3000 and more!
Joel R Posted June 18, 2018 Posted June 18, 2018 When you say "in gallery board posts", do you mean: - images in Forum? - images in Gallery?
TVplaneta Posted June 18, 2018 Author Posted June 18, 2018 2 hours ago, Joel R said: images in Gallery? images in Gallery
Xenboy Posted June 19, 2018 Posted June 19, 2018 I may be wrong about this, because I've never really tried to do this on my forums, but I don't think you can specify the maximum size of an uploaded image in terms of pixels (say 1280x1280), you can only restrict the size of files in terms of KB in the group permissions for Gallery. You can specify the maximum image size to save for posts, but I don't think that affects Gallery. What you may have changed is the thumbnail size (IPS has settings for small and large downsampled images). The pixel dimensions controls the intermediate picture sizes, but the full-sized original remains available. Checking my own galleries, the small and large images are restrained to the pixel limits I set, but the full size images are still available. If you're saying that the small or large intermediate images aren't the right size, then try rebuilding your gallery images. I think it can be triggered from the ACP by going to Posting -> General tab and then click on the little "rebuild existing images" link there.
PacmanDo Posted June 19, 2018 Posted June 19, 2018 There is some kind of bug in the new version as our forums are now messed up with pics too big and text micro-sized on mobile. This just recently occurred after the upgrade.
Joel R Posted June 19, 2018 Posted June 19, 2018 I agree. My image attachments in forum are HUGE and not resizing to mobile view. On 4.3.4
Yamamura Posted June 19, 2018 Posted June 19, 2018 On 6/19/2018 at 6:21 AM, PacmanDo said: There is some kind of bug in the new version as our forums are now messed up with pics too big and text micro-sized on mobile. This just recently occurred after the upgrade. Because they added this code to css: .cPost div[data-role="commentContent"] img.ipsImage_thumbnailed { max-width: Xpx; max-height: Ypx; } Xpx, Ypx — values from the "Maximum image dimensions to display" settings in ACP. This is strange and doesn't make sense. You can fix this in custom.css: .cPost div[data-role="commentContent"] img.ipsImage_thumbnailed { max-width: 100%; }
Yamamura Posted June 19, 2018 Posted June 19, 2018 2 hours ago, Takohashi said: You can fix this in custom.css And one more fix for another similar bug: .ipsType_richText img { width: auto; }
Marc Posted June 19, 2018 Posted June 19, 2018 If you go to system>support>support, select "something isn't working correctly" and click next, you will see patches available for this issue.
TVplaneta Posted June 20, 2018 Author Posted June 20, 2018 11 hours ago, Marc Stridgen said: If you go to system>support>support, select "something isn't working correctly" and click next, you will see patches available for this issue. patched but in gallery file is archived in BIG format (more pixel...)... not smaller to set in settings as Large
Marc Posted June 20, 2018 Posted June 20, 2018 2 hours ago, TVplaneta said: patched but in gallery file is archived in BIG format (more pixel...)... not smaller to set in settings as Large Please submit a ticket if you have further issues, and we could take a look.
bfarber Posted June 21, 2018 Posted June 21, 2018 We intentionally retain the original uploaded image in Gallery - it is a Gallery after all and often the full original image is needed. This is not a bug. We display either the small or large thumbnail throughout the suite except in a few very very select locations, so large images shouldn't really be a problem here.
Joel R Posted June 21, 2018 Posted June 21, 2018 I agree with the IPS approach. Users who want to download or save the image want the original in all it's high definition glory.
TVplaneta Posted June 22, 2018 Author Posted June 22, 2018 On 6/21/2018 at 6:00 PM, bfarber said: We intentionally retain the original uploaded image in Gallery - it is a Gallery after all and often the full original image is needed. This is not a bug. We display either the small or large thumbnail throughout the suite except in a few very very select locations, so large images shouldn't really be a problem here. The problem is that it takes a lot of disk space on the server ... Before everything was in order, but now the files began to occupy not 300-500KB, as before, but 5-15MB Add a function so that the administrator can choose whether to save the original images or not, please
fishinsa Posted June 28, 2018 Posted June 28, 2018 Is there a plugin that will resize these images? This is ridiculous. I will quickly end up with a site that's 100GB in size. I think it was in v3 it was a hook or plugin that allowed the Gallery resizing.
Joel R Posted June 30, 2018 Posted June 30, 2018 Go to ACP > Image Settings Or you can use Kraken by @stoo2000
TVplaneta Posted July 3, 2018 Author Posted July 3, 2018 On 7/1/2018 at 1:57 AM, Joel R said: Go to ACP > Image Settings Or you can use Kraken by @stoo2000 no one in ACP -> Posting text Images & Videos If an image larger than the these dimensions is uploaded, it will be resized to no bigger than the dimensions and the original image will be discarded. Resizing images reduces their quality so it is normally best to leave this unlimited unless your community uses a lot of images and you want to reduce disk space use.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.