Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: The below CSS is causing this.
IN: plugins/system/rokbox/assets/styles/rokbox.css
ON: Line 15Code:.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container img { width: 100%; height: auto; max-width: 100%; }
Please Log in or Create an account to join the conversation.
It's the height and width of image tags in a rokbox popup window. See the final selector is the "img" tag. Remove the CSS and the images will display normal size again.I've had a look at the code snippet you mention and tried changing the values but correct me if I'm wrong, that's just the width and height of the RokBox pop up window and not the actual 2 human images within it?
It has nothing to do with the images. They already are very small. The issue is that CSS is upscaling them.I need to make the actual "Lost Password" and "Registers" human images much smaller than they are currently showing, how do I go about this as I know from previous installs on other sites they were much smaller, more the size of approx 16x16 or 32x32.
Please Log in or Create an account to join the conversation.
krileon wrote:
It's the height and width of image tags in a rokbox popup window. See the final selector is the "img" tag. Remove the CSS and the images will display normal size again.I've had a look at the code snippet you mention and tried changing the values but correct me if I'm wrong, that's just the width and height of the RokBox pop up window and not the actual 2 human images within it?
It has nothing to do with the images. They already are very small. The issue is that CSS is upscaling them.I need to make the actual "Lost Password" and "Registers" human images much smaller than they are currently showing, how do I go about this as I know from previous installs on other sites they were much smaller, more the size of approx 16x16 or 32x32.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.