Jump to content

Featured Replies

Posted

So I'm wondering if there is a different way to keep attachments in the posts. For exacmple, now I add attachment and it displays all across the post. Is there anyway to keep them thumbnail size and clicking on them makes them bigger instead?

System > Settings > Posting > " Maximum image dimensions to display " This is the max size that it will display in the post. Clicking it will enlarge it. This will work across the board in content items though. You will also have to click on the "rebuild images" link below the setting for it to work retroactively.

  • Author

not working - images are still massive in the posts. i have set it to 400px 400px

Did you rebuild the images as I instructed?

  • Author

yes i clicked that small link and rebuild but they are still huge

It takes a while for them to rebuild depending on how many images are in posts. Did you press the link before or after you saved the setting?

53 minutes ago, iadzemovic said:

not working - images are still massive in the posts. i have set it to 400px 400px

Try this - add in your Custom CSS

.ipsType_richText img {
    max-width: 50%;
}

or other % value

  • Author
2 hours ago, Adlago said:

Try this - add in your Custom CSS


.ipsType_richText img {
    max-width: 50%;
}

or other % value

The smaller size worked. However, now the attachments/images show on each row. how do you get them next to each other?

6 minutes ago, iadzemovic said:

The smaller size worked. However, now the attachments/images show on each row. how do you get them next to each other?

Use repeat:no-repeat;

see more

  • Author
1 minute ago, Adlago said:

Use repeat:no-repeat;

see more

what i have is:

 

.ipsType_richText img {
    max-width: 30%; background-repeat:no-repeat; 
}

but no change

1 minute ago, iadzemovic said:

what i have is:

 


.ipsType_richText img {
    max-width: 30%; background-repeat:no-repeat; 
}

but no change

Share link to

  • Author

Attaching screenshots

1x.JPG

2x.JPG

For me, this only

.ipsType_richText img {
    max-width: 30%;
}

just works fine

1223105659_Screenshotat2020-04-04001445.thumb.png.a12caac1f96e2db033aaaf426fe48f7c.png

Edited by Adlago

  • Author

not working for me. is there another class somewhere conflicting?

11 minutes ago, iadzemovic said:

not working for me. is there another class somewhere conflicting?

Try with 25%

display: inline;

  • Author

I guess a combination of those worked!

Recently Browsing 0

  • No registered users viewing this page.