Login Register


automatic image resizing filter_list
Author
Message
automatic image resizing #1
when trying to place an image of 128x512 in my html pages it seems as though it shrinks itself down into a small icon? Anyone had problems with this?







Reply

RE: automatic image resizing #2
Pastebin it please.

(I can't tell for sure, but did you double check that it wasn't a 404? LOL)

Reply

RE: automatic image resizing #3
I think you put something like this

Code:
<script type="text/javascript"> //<![CDATA[ $(function () { $(window).resize(function (e, e1) { $("#wWidth").text($(window).width()); $("#wHeight").text($(window).height()); }); }); //]]> </script> <span id="wWidth"></span> <span id="wHeight"></span>

I'm not sure but, can you show us some screenshots

Reply

RE: automatic image resizing #4
I think you put something like this

Code:
<script type="text/javascript"> //<![CDATA[ $(function () { $(window).resize(function (e, e1) { $("#wWidth").text($(window).width()); $("#wHeight").text($(window).height()); }); }); //]]> </script> <span id="wWidth"></span> <span id="wHeight"></span>

I'm not sure but, can you show us some screenshots

Reply

RE: automatic image resizing #5
Please post your code, there are tons of possible reasons this is happening!

Reply

RE: automatic image resizing #6
Please post your code, there are tons of possible reasons this is happening!

Reply

RE: automatic image resizing #7
No need to. I fixed it.







Reply

RE: automatic image resizing #8
No need to. I fixed it.







Reply

RE: automatic image resizing #9
So I guess that means this can be closed and solved.
It might be helpful for you to post your issue and solution though; in case someone stumbles upon this thread with a similar issue in the future.
(This post was last modified: 09-09-2014, 01:45 PM by MaltShizzle.)
[Image: obDhRdK.gif]

Reply

RE: automatic image resizing #10
So I guess that means this can be closed and solved.
It might be helpful for you to post your issue and solution though; in case someone stumbles upon this thread with a similar issue in the future.
(This post was last modified: 09-09-2014, 01:45 PM by MaltShizzle.)
[Image: obDhRdK.gif]

Reply







Users browsing this thread: 1 Guest(s)