Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.kostebekforum.com/
What have you done before the problem was there?
Nothing
What have you already tryed to solve the problem?
Nothing
Description and Message
Last news block is too bad when posted big pictures
Like this;
Last news block is too bad when posted big pictures
Re: Last news block is too bad when posted big pictures
Not sure if it works, but this:
http://www.phpbb.com/customise/db/mod/a ... ode_box_3/
has got an image reziser with it. The Plugin works fine for me, but I don't know if it works in the Portal-blocks.
If there is no other answer from somebody more important than me, I would try it.
http://www.phpbb.com/customise/db/mod/a ... ode_box_3/
has got an image reziser with it. The Plugin works fine for me, but I don't know if it works in the Portal-blocks.
If there is no other answer from somebody more important than me, I would try it.
Re: Last news block is too bad when posted big pictures
Thanks but i solved the problem with this codes;Niemand wrote:Not sure if it works, but this:
http://www.phpbb.com/customise/db/mod/a ... ode_box_3/
has got an image reziser with it. The Plugin works fine for me, but I don't know if it works in the Portal-blocks.
If there is no other answer from somebody more important than me, I would try it.
Code: Select all
<style>
#mesajici img {max-width:450px; max-height:460px; }
</style>
<div id="mesajici">
<img src="resim/resim1.jpg">
<img src="resim/resim2.jpg">
<img src="resim/resim3.jpg">
</div>