opentype Posted October 22, 2013 Posted October 22, 2013 This (as used) will cut off the image, when it's wider than the post: $tmp = "<div style='overflow:hidden'>" . $tmp . "</div>"; Instead, the images should better be set to: max-width:100%
ACPower Posted November 16, 2013 Posted November 16, 2013 This (as used) will cut off the image, when it's wider than the post:$tmp = "<div style='overflow:hidden'>" . $tmp . "</div>"; Instead, the images should better be set to:max-width:100% I changed theoverflow:hiddentomax-width:100%and I ended up with the full image going beyond the post.To be clear, it looked like this:$tmp = "<div style=‘max-width:100%'>" . $tmp . "</div>"; I want the full image to be scaled to fit into the post. As I said, it already works in Safari and Chrome, but not Firefox.Thanks everyone for your help in all this.
gnudi Posted December 13, 2013 Posted December 13, 2013 This mod ads a upload tab to FCKEditor's image to upload image from computer and show the image in original size: http://community.invisionpower.com/files/file/5218-inline-image-uploader-for-ipboard-3x/ Works for me with 3.4.6
rwm1st Posted June 22, 2014 Posted June 22, 2014 That links dead. I'm moving 2 image intensive sites to IPB (hopefully) & we need the user option of either full-size or thumbnail when posting & would also like the admin option of disignating that option on a forum by forum basis ie some forums it's thumbnails, some it's both. Seems IPB can do one or the other. Anyone found a easy way around this yet or a mod?
rwm1st Posted June 23, 2014 Posted June 23, 2014 spam alert - got non-sensical message from this user.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.