Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 3, 20204 yr 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?
April 3, 20204 yr 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.
April 3, 20204 yr Author not working - images are still massive in the posts. i have set it to 400px 400px
April 3, 20204 yr 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?
April 3, 20204 yr 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
April 3, 20204 yr 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?
April 3, 20204 yr 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
April 3, 20204 yr 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
April 3, 20204 yr 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
April 3, 20204 yr For me, this only .ipsType_richText img { max-width: 30%; } just works fine Edited April 3, 20204 yr by Adlago
April 3, 20204 yr 11 minutes ago, iadzemovic said: not working for me. is there another class somewhere conflicting? Try with 25%