The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Click to see full size for image does not show full size

2 posters

Go down

In progress Click to see full size for image does not show full size

Post by Guest January 17th 2017, 11:48 pm

Technical Details


Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Opera, Safari, Other
Screenshot of problem : https://i.servimg.com/u/f37/15/58/53/29/untitl10.jpg
Who the problem concerns : All members
When the problem appeared : Always had this issue
Forum link : http://faqts.do-talk.com/

Description of problem

Hello,

How can I adjust the forum so it shows the actual uploaded size of images?

We have set a width for in the postings so the option appears for bigger images. It says "Click to see full size", but the image on the opened page does not show the full size image.
It is not even resized but just cut off at the forum edge.

As the picture example shows the above half is the current result, but as the bottom half shows, the image should be bigger.

What code do I need to have big images to show at there uploaded size? I do not mind if they go beyond the forum border.

The forum has a fixed width: 960px
The Image resize setting is used: 750px (this works fine in posts)
avatar
Guest
Guest


Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by SLGray January 17th 2017, 11:53 pm

So what do you want to do in the screenshot?
Click to see full size for image does not show full size Untitl10


Click to see full size for image does not show full size Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by Guest January 17th 2017, 11:57 pm

As I said, if you click the button "Click to see fullsize" in a posting you go to another screen, but it does not show the image at full size.
I made a red box around it so you can see the difference, the bottom part shows more image.

The screenshot is the same picture, the top half is what the forum does, it cuts the picture off at the right hand side. Not wanted.

The bottom example, shows the full size as it was uploaded. And I do not mind if it goes outside the forum set width. Wanted.
avatar
Guest
Guest


Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by SLGray January 18th 2017, 12:02 am

Please post a link to a topic that has an image that guests can see.


Click to see full size for image does not show full size Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by Guest January 18th 2017, 12:07 am

http://faqts.do-talk.com/t290p60-january-rumours#8273

It has the picture involved.

If you use Chrome inspection tools and turn below code off, it shows the whole image, going beyond the forum border.

Code:
<center style="overflow: auto;">
avatar
Guest
Guest


Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by SLGray January 18th 2017, 12:12 am

This is setting the width for the image:
Code:
#wrap {
    background-color: #;
    border: 1px solid #;
    margin: 0 auto;
    min-width: 768px;
    padding: 5px;
    width: 960px;
}
Code:
width: 960px;


Click to see full size for image does not show full size Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by Guest January 18th 2017, 12:18 am

Yes, because that is the width set in the admin panel:
Pages structure
Forum width (number or %) : 960

It is the fixed width for the whole forum, not only for that image page.
I only want to show the full size image on the full size page that opens. But it does not resize or anything, it cuts the image off.
avatar
Guest
Guest


Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by SLGray January 18th 2017, 9:41 pm

Exactly it is not being cut off, there is a scroll bar at the bottom.


Click to see full size for image does not show full size Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by Guest January 19th 2017, 12:20 am

No it only looks that way, difference on opinion then.

It is not being displayed at its full original size without scroll. You can not screenshot it in one go.
The option says 'Click to see fullsize' but does not, in our opinion.

Hence the question, having the entire picture shown. Even if it goes outside the forum border.

As I said before if you use the inspection tools it is possible to show it at its original size without scroll. I only need the code to target the image on that page for when bigger images are uploaded to the forum.
avatar
Guest
Guest


Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by skouliki January 19th 2017, 12:29 am

Can you set the image resize outside the wrap?
skouliki
skouliki
Manager
Manager

Female Posts : 15030
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Click to see full size for image does not show full size

Post by Guest January 19th 2017, 1:58 am

Well yes but the coding is too generic, so it affects other parts in the forum.

Stuff like #emptyidcc and then adjust it to say floats:left shows it outside its container but it breaks other parts as it is used elsewhere too.

I need a way to target that specific page image only.
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum