Quote:
Originally Posted by pdurrant
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