1
jimmy1985
how to change newbb photo width?
  • 2023/6/9 4:37

  • jimmy1985

  • Just popping in

  • Posts: 2

  • Since: 2023/6/9 4


xoops :2.5.10
modules: newbb(4.3.4 final)

when I upload the photo , the word is too small , how do I change the photo width?

Resized Image

many Thanks

2
heyula
Re: how to change newbb photo width?
  • 2023/6/9 11:41

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


You can adjust the height with css.

Example code:

le="color: #000000"><?php .res img { float: left; border: 2px solid #e5e9f2; width: 255px; height: 190px; margin-right: 5px; }


or

class/textsanitizer/image/config.php

le="color: #000000"><?php return $config = array( // Click to open an image in a new window in full size using CaricaFoto 'clickable' => 1, // Resize the image down to max_width set below 'resize' => 1, // Maximum width of an image displayed on page, otherwise it will be resized 'max_width' => 300);

3
jimmy1985
Re: how to change newbb photo width?
  • 2023/6/12 5:48

  • jimmy1985

  • Just popping in

  • Posts: 2

  • Since: 2023/6/9 4


Thanks , It's work well.

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits