(#5268)Reduce images in AwesomeBB topics Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+2
skouliki
Mr Google
6 posters

    (#5268)Reduce images in AwesomeBB topics

    Mr Google
    Mr Google
    New Member


    Male Posts : 4
    Reputation : 1
    Language : Arabic

    Solved (#5268)Reduce images in AwesomeBB topics

    Post by Mr Google 11th April 2024, 22: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
    skouliki
    skouliki
    Manager
    Manager


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

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

    Post by skouliki 11th April 2024, 22:32

    Hello

    Please post your forum url

    Mr Google likes this post

    Mr Google
    Mr Google
    New Member


    Male Posts : 4
    Reputation : 1
    Language : Arabic

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

    Post by Mr Google 11th April 2024, 22:34

    Thank you
    This is the forum link : https://webtn.ahlamontada.com/
    كونان2000
    كونان2000
    Forumember


    Male Posts : 205
    Reputation : 93
    Language : Arabic

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

    Post by كونان2000 11th April 2024, 23:59

    hi

    css
    Code:
    .post-content img{
    max-height: 250px;
    max-weight: 300px;
    }

    Mr Google likes this post

    Mr Google
    Mr Google
    New Member


    Male Posts : 4
    Reputation : 1
    Language : Arabic

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

    Post by Mr Google 12th April 2024, 07: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
    Razor12345
    Razor12345
    Support Moderator
    Support Moderator


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

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

    Post by Razor12345 12th April 2024, 08: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

    Mr Google likes this post

    Mr Google
    Mr Google
    New Member


    Male Posts : 4
    Reputation : 1
    Language : Arabic

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

    Post by Mr Google 12th April 2024, 09:06

    Good morning sir @Razor12345
    thank you for your reply

    Yes I do that...
    But nothing has changed
    Luzz
    Luzz
    Administrator
    Administrator


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

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

    Post by Luzz 12th April 2024, 10: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.

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

    Luzz
    Luzz
    Administrator
    Administrator


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

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

    Post by Luzz 15th April 2024, 15: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.

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

    jucarese
    jucarese
    Hyperactive


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

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

    Post by jucarese 16th April 2024, 15: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

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

    skouliki
    skouliki
    Manager
    Manager


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

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

    Post by skouliki 21st April 2024, 08: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