sorry for not inspecting all of your code : but using firebug I
managed to fix this problem for you
1- go to your style.css.
2- finde style.css (line 9)
.photo img {
padding:16px 0 0 16px;
position:relative;
}
and change it to :
.photo img {
padding:16px 0 0 16px;
position:relative;
height:503px !important;
width:754px !important;
}
3- save your style.css
4- you are done.
On Apr 19, 8:18 am, alexandruv <[email protected]> wrote:
> Hello,
> I'm not very experienced with jQuery and I'm trying to use it on a
> website:www.fallinlovewithphotography.com
>
> On my computer (Mac OS X with MAMP) works fine but online the photos I'm
> trying to slide get resized.
>
> Can anybody tell me what i'm doing wrong or what can be the issue?
>
> Thank you,
> Alex
> --
> View this message in
> context:http://www.nabble.com/jQuery-works-fine-locally-but-not-so-great-onli...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.