javascript - Scaling images relative to users screen-size using jQuery -
i know similar questions have been answered before not find looking for.
i'm trying recreate footer images on page. have hover effect done i'm having trouble getting images scale same size ones on website.
would have ideas of how images looking same?
here's have in jsdfiddle (for reason hover effects doesn't work in jsfiddle). code below i'm using ho
$(".img_fade").hover( function () { $(this).fadeto("slow" , 1); }, function () { $(this).fadeto("slow" , .5); } );
i added jquery fiddle (which why fading didn't work) , added overflow: hidden
3 <div>
elements. hide overflowing part of image.
do need them scale screen height?
Comments
Post a Comment