Re: [users@httpd] Handling of picture sizing / clipping

2013-09-17 Thread Hendrik Schmieder
georg chambert schrieb: I have made a page where i have several frames with pictures displayed in each (the src= directive in the FRAME element used to point to .jpg file ) however I have a problem, the pictures get truncated/clipped on some browsers/machines out there, I think I have concluded

[users@httpd] Handling of picture sizing / clipping

2013-09-16 Thread georg chambert
I have made a page where i have several frames with pictures displayed in each (the src= directive in the FRAME element used to point to .jpg file ) however I have a problem, the pictures get truncated/clipped on some browsers/machines out there, I think I have concluded on the cause; my

Re: [users@httpd] Handling of picture sizing / clipping

2013-09-16 Thread Stefan Pielmeier
Hi Georg, It sounds like the frame size is too small for your picture in some cases. Maybe you can check if the frame size is in pixels and the picture is in pixels as well. If one of them is just relative in % or something like that, you could end up with a picture too large for the frame.