Scaling oversized inline images
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Re: Scaling oversized inline images
Scaling oversized inline images
06-07-2016 3:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Is it too much to ask that images over a certain size be automatically resized when displayed in the page. I've just seen a post where there is an image of the dsl checker and it extends to easily twice the size of the page.
Re: Scaling oversized inline images
06-07-2016 3:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Do you have a link to the post?
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: Scaling oversized inline images
06-07-2016 3:55 PM - edited 06-07-2016 4:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Just tried it both by uploading and via a URL and it just takes up the width of the window
Re: Scaling oversized inline images
06-07-2016 4:05 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Now this is interesting
@jaread83 I tried with an uploaded image and a URL and it didn't happen so I had several fiddles with the html code and that didn't do it either so I edited the post again (after several edits) to remove the picture and guess what - it hasn't been posted and there was a note that it will be posted after it is approved
Re: Scaling oversized inline images
06-07-2016 4:25 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I would imagine that you can get around scaling of images by inserting an externally hosting image into a standard <img> html tag which is why I'd like to see that post to see if that is the case.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: Scaling oversized inline images
06-07-2016 4:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@Oldjim - I just had a look at your uploaded images and none have been flagged for approval or are awaiting approval. I also checked the admin panel and image moderation is switched off for the entire community.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: Scaling oversized inline images
06-07-2016 4:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Scaling oversized inline images
06-07-2016 4:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Nothing seems to be amiss here. The image is only 550px wide and I have some CSS in place to have height: auto; and max-width: 100%; so it should scale down to the parent container if it was to try to break out and cause layout issues. I will keep my eye out but if you see any strange behaviour with images let me know and I will investigate further.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: Scaling oversized inline images
06-07-2016 5:01 PM - edited 06-07-2016 5:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@jaread83 I wasn't the image it was when I removed it - could it be in the spam filter - and it hasn't appeared yet
Re: Scaling oversized inline images
06-07-2016 5:16 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: Scaling oversized inline images
06-07-2016 6:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
To which the next question is why was it there - does anyone actually know how it works
Re: Scaling oversized inline images
07-07-2016 12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Just tested adding an extremely large image file (3782 x 2592) to posts using 3 different methods:
1. Using the image upload modal to upload the image here
2. Using the image upload modal and selecting 'from url'
3. Switching to HTML tab and inserting standard <img src="" />
All three images came back looking exactly the same. The image I used was this (link to wikipedia image)
As for the spam filter, we do not know what algorithm it uses to determine whether a post is spam or not. It has caught a lot of legitimate spam though! Sometimes real posts get caught but after we mark it as 'not spam' the system should learn from that.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: Scaling oversized inline images
07-07-2016 12:46 PM - edited 07-07-2016 12:50 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Scaling oversized inline images
07-07-2016 1:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
My CSS only applies to the post content so this is something I need to look into for the unread posts/threads page with the 'display text' enabled.
Added to my bug list to look at.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
Re: Scaling oversized inline images
07-07-2016 2:00 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@Anonymous, that isn't an image, its a table.
There is some CSS specifically for tables in the unreadposts page so i just need to override that.
Frontend Web Developer | www.plus.net
If you have an idea to improve the community, create a new topic on our Community Feedback board to start a discussion about your idea.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- Re: Scaling oversized inline images