Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
iadzemovic Posted April 3, 2020 Posted April 3, 2020 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?
Morrigan Posted April 3, 2020 Posted April 3, 2020 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.
iadzemovic Posted April 3, 2020 Author Posted April 3, 2020 not working - images are still massive in the posts. i have set it to 400px 400px
iadzemovic Posted April 3, 2020 Author Posted April 3, 2020 yes i clicked that small link and rebuild but they are still huge
Morrigan Posted April 3, 2020 Posted April 3, 2020 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?
Adlago Posted April 3, 2020 Posted April 3, 2020 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
iadzemovic Posted April 3, 2020 Author Posted April 3, 2020 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?
Adlago Posted April 3, 2020 Posted April 3, 2020 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
iadzemovic Posted April 3, 2020 Author Posted April 3, 2020 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
Adlago Posted April 3, 2020 Posted April 3, 2020 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
Adlago Posted April 3, 2020 Posted April 3, 2020 (edited) For me, this only .ipsType_richText img { max-width: 30%; } just works fine Edited April 3, 2020 by Adlago
iadzemovic Posted April 3, 2020 Author Posted April 3, 2020 not working for me. is there another class somewhere conflicting?
Adlago Posted April 3, 2020 Posted April 3, 2020 11 minutes ago, iadzemovic said: not working for me. is there another class somewhere conflicting? Try with 25%
Recommended Posts