The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

(#5268)Reduce images in AwesomeBB topics

+2
skouliki
Mr Google
6 posters

Go down

Solved (#5268)Reduce images in AwesomeBB topics

Post by Mr Google Thu 11 Apr 2024 - 16:22

Hello
Forum version: AwesomeBB

I have a question:
How can I reduce images in topics?
I made the settings from the admin panel and added the Java code
It didn't work
Is there a Java code for the AwesomeBB version?

Thanks
Mr Google
Mr Google
New Member

Male Posts : 4
Reputation : 1
Language : Arabic

https://webtn.ahlamontada.com/

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by skouliki Thu 11 Apr 2024 - 16:32

Hello

Please post your forum url
skouliki
skouliki
Manager
Manager

Female Posts : 15172
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Mr Google likes this post

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by Mr Google Thu 11 Apr 2024 - 16:34

Thank you
This is the forum link : https://webtn.ahlamontada.com/
Mr Google
Mr Google
New Member

Male Posts : 4
Reputation : 1
Language : Arabic

https://webtn.ahlamontada.com/

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by كونان2000 Thu 11 Apr 2024 - 17:59

hi

css
Code:
.post-content img{
max-height: 250px;
max-weight: 300px;
}
كونان2000
كونان2000
Forumember

Male Posts : 205
Reputation : 93
Language : Arabic

https://anime.forumperso.com/

Mr Google likes this post

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by Mr Google Fri 12 Apr 2024 - 1:22

كونان2000 wrote:hi

css
Code:
.post-content img{
max-height: 250px;
max-weight: 300px;
}
@كونان2000
Thank you sir for the reply
The code makes the image small (controlling the image dimensions)
I am looking for code like the one in phpbb2 and phpbb3...
like this:
(#5268)Reduce images in AwesomeBB topics Capture-d-cran-2024-04-12-072002

Reduce this image
Click to see fullsize
Mr Google
Mr Google
New Member

Male Posts : 4
Reputation : 1
Language : Arabic

https://webtn.ahlamontada.com/

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by Razor12345 Fri 12 Apr 2024 - 2:47

Good morning!

AP - General - Messages and emails - Configuration - Resizing images
Set parameters for width and height

Save.


(#5268)Reduce images in AwesomeBB topics Screen51
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1477
Reputation : 262
Language : Ukr, Rus, Eng
Location : Ukraine

Mr Google likes this post

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by Mr Google Fri 12 Apr 2024 - 3:06

Good morning sir @Razor12345
thank you for your reply

Yes I do that...
But nothing has changed
Mr Google
Mr Google
New Member

Male Posts : 4
Reputation : 1
Language : Arabic

https://webtn.ahlamontada.com/

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by Luzz Fri 12 Apr 2024 - 4:18

Hello @Mr Google and @Razor12345 ,

AP - General - Messages and emails - Configuration - Resizing images
Set parameters for width and height

Yes I do that...
But nothing has changed

Thank you for reporting this, it's a bug in our system, surely due to some last updates. I transmitted the information to our tech team, it will be fixed as soon as possible.

I'll get back here when it's solved. Thank you again and sorry for this problem.
Luzz
Luzz
Administrator
Administrator

Posts : 1921
Reputation : 359
Language : French, English, Russian

http://forum.forumactif.com/

Ape, Sir Chivas™, SarkZKalie, TonnyKamper and Razor12345 like this post

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by Luzz Mon 15 Apr 2024 - 9:53

Hello @Mr Google

Our staff rightly reminded me that we are talking about AwesomeBB version (our responsive version... and a little different from the other versions available), for which certain AP options are not available. Among a few other exceptions, setting image resizing via AP never worked on this version. 

To avoid any misunderstandings, the technicians have removed this option from the AP (on AwesomeBB only).

It's truth, that in this version there is less interest of resizing because AwesomeBB is totally responsive. 

If you are still searching for a solution, I'll ask if our Moderators and Helpers can propose you something with CSS etc.
Luzz
Luzz
Administrator
Administrator

Posts : 1921
Reputation : 359
Language : French, English, Russian

http://forum.forumactif.com/

Ape, SLGray, TonnyKamper, MattiaDes and Razor12345 like this post

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by jucarese Tue 16 Apr 2024 - 9:25

Hi,   @Mr Google  with this CSS you can enlarge the images
Code:
.post-content img:hover{
   cursor: url(//icons.iconarchive.com/icons/gakuseisean/ivista-2/32/Start-Menu-Search-icon.png),auto;
   max-width: 100%;
}

.post-content img{
   max-width: 400px;
   transition: all ease-out .2s;
}

When you move the mouse over the image, a magnifying glass appears that increases the size to 100% of the image. The predefined image width can be configured in the css, it is the maximum image size that the theme will have in this case 400px,but you can  put your max-with

(#5268)Reduce images in AwesomeBB topics Paso_u10

(#5268)Reduce images in AwesomeBB topics Paso_210
jucarese
jucarese
Hyperactive

Male Posts : 2458
Reputation : 116
Language : spanish
Location : SSF Admin

http://asistencia.foroactivo.com/u23082

skouliki, Ape, SLGray, Sir Chivas™, SarkZKalie, TonnyKamper, poesia-verses and like this post

Back to top Go down

Solved Re: (#5268)Reduce images in AwesomeBB topics

Post by skouliki Sun 21 Apr 2024 - 2:42

Since we have not received a reply from the author i will mark this as solved
If it is not please pm me to reopen it

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15172
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum