[How To?] Make images automatically resize - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: [How To?] Make images automatically resize (/thread-145125.html) Pages:
1
2
|
Make images automatically resize - icola007 - 2013-09-04 Hi, Like you can see on this link, when someone insert an image which is too big, it's not automatically resized. I'm talking about the picture of the Pokémon 3DS How can I make images automatically crop? Many thanks in advance! Greets, Thibault RE: Make images automatically crop - Arbaz - 2013-09-04 You could try the following plugin: http://mods.mybb.com/view/fit-on-page RE: Make images automatically crop - sarisisop - 2013-09-05 Mybb İmage Size No Plugin Mycode! http://community.mybb.com/thread-71394.html RE: Make images automatically crop - icola007 - 2013-09-05 Many thanks for your support! I tried the plugin, didn't work. Then I entered this code in Theme Style/global.css/advanced Mode, at the bottom: But didn't work, should I enter it someplace else?
RE: Make images automatically crop - Stefan C. - 2013-09-05 (2013-09-04, 10:03 PM)icola007 Wrote: Hi, Wait, do you want it to crop or resize? They are very different. RE: Make images automatically crop - icola007 - 2013-09-05 I want it to resize, so it's not going 'out' of the forum --EDIT-- last time, I didn't create a new MyCode. So now I did it, but it's still not working RE: Make images automatically resize - icola007 - 2013-09-09 No more ideas? RE: Make images automatically resize - .m. - 2013-09-09 remove your earlier code and try below code in global.css
(however max-width can be of more size) remember to hard refresh your browser (eg. press CTRL + F5) on a topic page after saving global.css RE: Make images automatically resize - mmadhankumar - 2013-09-10 the foll. code should work....
RE: Make images automatically resize - Toledo - 2013-09-10 The plugin "Fit on Page" works perfectly. SS of how it looks on my forum. |