Jump to content

Recommended Posts

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?

Posted

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.

Posted
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

Posted
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?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...