(#5268)Reduce images in AwesomeBB topics
+2
skouliki
Mr Google
6 posters
Page 1 of 1
(#5268)Reduce images in AwesomeBB topics
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
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
Re: (#5268)Reduce images in AwesomeBB topics
Hello
Please post your forum url
Please post your forum url
Mr Google likes this post
Re: (#5268)Reduce images in AwesomeBB topics
Thank you
This is the forum link : https://webtn.ahlamontada.com/
This is the forum link : https://webtn.ahlamontada.com/
Re: (#5268)Reduce images in AwesomeBB topics
hi
css
css
- Code:
.post-content img{
max-height: 250px;
max-weight: 300px;
}
Mr Google likes this post
Re: (#5268)Reduce images in AwesomeBB topics
@كونان2000كونان2000 wrote:hi
css
- Code:
.post-content img{
max-height: 250px;
max-weight: 300px;
}
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:
Reduce this image
Click to see fullsize
Re: (#5268)Reduce images in AwesomeBB topics
Good morning!
AP - General - Messages and emails - Configuration - Resizing images
Set parameters for width and height
Save.
AP - General - Messages and emails - Configuration - Resizing images
Set parameters for width and height
Save.
Razor12345- Support Moderator
- Posts : 1584
Reputation : 268
Language : Ukr, Rus, Eng
Location : Ukraine
Mr Google likes this post
Re: (#5268)Reduce images in AwesomeBB topics
Hello @Mr Google and @Razor12345 ,
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.
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.
Ape, Sir Chivas™, SarkZKalie, TonnyKamper and Razor12345 like this post
Re: (#5268)Reduce images in AwesomeBB topics
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.
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.
Ape, SLGray, TonnyKamper, MattiaDes and Razor12345 like this post
Re: (#5268)Reduce images in AwesomeBB topics
Hi, @Mr Google with this CSS you can enlarge the images
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
- 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
skouliki, Ape, SLGray, Sir Chivas™, SarkZKalie, TonnyKamper, poesia-verses and like this post
Re: (#5268)Reduce images in AwesomeBB topics
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
If it is not please pm me to reopen it
Problem solved & topic archived.
|
Similar topics
» What does "Reduce the number of displays for images advertisments" mean?
» Latest topics - AwesomeBB
» like showing images in mobile version is possible to active the links in images
» Forum topics URL Images not changing for mobiles
» Trouble with images not sizing the same in different topics , forums , categories
» Latest topics - AwesomeBB
» like showing images in mobile version is possible to active the links in images
» Forum topics URL Images not changing for mobiles
» Trouble with images not sizing the same in different topics , forums , categories
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum