inherit
255466
0
Dec 28, 2022 9:11:22 GMT -8
erichofmann
41
June 2018
erichofmann
|
Post by erichofmann on Jun 22, 2021 15:53:29 GMT -8
hello, this is great! is there a way to make it work for posts in the shoutbox though? While possible, it's not that straightforward. If all you a wanting to do is limit the size of images in the shoutbox, you can add this to your forums' CSS Styling... .shoutbox-post > .message img { max-width: 50%; max-height: 200px; } Changing the red to suite. bless you!!! this is wonderful and a huge help, we have some old timers who just can't grasp the height field of img tags haha. thank you so much!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Jun 23, 2021 9:57:12 GMT -8
No worries..
|
|
inherit
268531
0
Feb 21, 2024 8:10:08 GMT -8
Sarianne
9
October 2023
sarianne
|
Post by Sarianne on Feb 17, 2024 10:42:47 GMT -8
Hi, I need some help. I downloaded the newest version of the plugin and am left confused about why this happens: My dimensions for the plugin are both at 854px, and it does not seem to do that for horizontal pictures. The clickable portion of the resized image seems to extend well over the image itself. If you hover over to the left side on your cursor it turns clickable and it opens the image preview pop-up. Here are two examples of the types of images you see on the forum: therangeplanet.proboards.com/thread/274/robin-gibbtherangeplanet.proboards.com/thread/1111/celine-dionAm I missing something? Maybe the width is interacting with the height in a way that it's not supposed to. I don't recall having this conundrum with some of the old versions of this plugin. Thank you for your time.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 18, 2024 11:00:08 GMT -8
Hi, I need some help. I downloaded the newest version of the plugin and am left confused about why this happens: My dimensions for the plugin are both at 854px, and it does not seem to do that for horizontal pictures. The clickable portion of the resized image seems to extend well over the image itself. If you hover over to the left side on your cursor it turns clickable and it opens the image preview pop-up. Here are two examples of the types of images you see on the forum: therangeplanet.proboards.com/thread/274/robin-gibbtherangeplanet.proboards.com/thread/1111/celine-dionAm I missing something? Maybe the width is interacting with the height in a way that it's not supposed to. I don't recall having this conundrum with some of the old versions of this plugin. Thank you for your time. No, you've not missed anything. The plugin is designed that way for a couple of reasons, so that all images within a post that may have been resized to varying widths would all line up vertically, and so that the overlay, if selected, would cover the image. You can override that by adding this to the bottom of your forum CSS Styling.. .imgresized { width: fit-content!important; }
|
|
inherit
268531
0
Feb 21, 2024 8:10:08 GMT -8
Sarianne
9
October 2023
sarianne
|
Post by Sarianne on Feb 18, 2024 13:05:44 GMT -8
That makes more sense. I appreciate that very much, thank you!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 19, 2024 11:03:34 GMT -8
No worries.
|
|