automatic image resizing 09-02-2014, 08:25 PM
#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?
| automatic image resizing filter_list | |
<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><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>![[Image: obDhRdK.gif]](http://i.imgur.com/obDhRdK.gif)
![[Image: obDhRdK.gif]](http://i.imgur.com/obDhRdK.gif)