Jafo Active member Dec 30, 2014 #1 I have changed the Maximum Dimensions settings in the gallery. Is there any way to rebuild the images to use the new dimensions??
I have changed the Maximum Dimensions settings in the gallery. Is there any way to rebuild the images to use the new dimensions??
Jafo Active member Dec 31, 2014 #4 This kind of sucks because we had people do this: http://www.agileguitarforum.com/media/dsc01319.65/ And it breaks the page.. It would be nice if we could at least limit the container.. Upvote 0 Downvote
This kind of sucks because we had people do this: http://www.agileguitarforum.com/media/dsc01319.65/ And it breaks the page.. It would be nice if we could at least limit the container..
P Paul B XenForo moderator Staff member Dec 31, 2014 #5 It shows fine in Chrome, IE, etc. If you are using Firefox, there is a known bug which is fixed in the next release. Upvote 0 Downvote
It shows fine in Chrome, IE, etc. If you are using Firefox, there is a known bug which is fixed in the next release.
Chris D XenForo developer Staff member Dec 31, 2014 #6 The fix for that bug is this, if you don't want to wait: Chris D said: The exact fix is to edit xengallery_media_view.css: Code: .mediaContainer .imageContainer { margin: 0 auto; } Change that to: Code: .mediaContainer .imageContainer { margin: 0 auto; min-width: 0; } Click to expand... Upvote 0 Downvote
The fix for that bug is this, if you don't want to wait: Chris D said: The exact fix is to edit xengallery_media_view.css: Code: .mediaContainer .imageContainer { margin: 0 auto; } Change that to: Code: .mediaContainer .imageContainer { margin: 0 auto; min-width: 0; } Click to expand...
Jafo Active member Dec 31, 2014 #7 Chris D said: The fix for that bug is this, if you don't want to wait: Click to expand... Thanks, worked perfectly! Upvote 0 Downvote
Chris D said: The fix for that bug is this, if you don't want to wait: Click to expand... Thanks, worked perfectly!