View Single Post
Old Yesterday, 05:12 PM   #7
juliazero
Trans girl (she/her)
juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40juliazero is slicker than a case of WD-40
 
juliazero's Avatar
 
Posts: 73
Karma: 73380
Join Date: Nov 2023
Device: KOA3 5.13.6 JB
Quote:
Originally Posted by pdurrant View Post
Title changed (Just report the first post in the thread and ask in the report comment if you need it changed in future.)

Please make the images a little smaller. We ask for no more than 600x600, otherwise this ancient forum software displays oddly on some devices.
My userscript/userstyle solves this problem.
max-width: 100% for images, embedded video players, etc. haha

Code:
	/* images max width	 */
	[id^="post_message_"]:not(:has(.vBulletin_editor img)) img {
		max-width: 100%;
	}

	/* Video frame */
	iframe[type="text/html"] {
		max-width: 100%;
	}
	/* Img size */
	div.entry.vb_postbit p img {
		max-width: 100%
	}
https://www.mobileread.com/forums/sh...d.php?t=357761
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20250811-230825_Firefox.png
Views:	10
Size:	300.1 KB
ID:	217448  

Last edited by juliazero; Yesterday at 05:22 PM.
juliazero is offline   Reply With Quote