Wow!
I didn't think of such a simple solution. Yes, you were right, the width and
height property of the img in CSS fixed it.

Many thanks to all of you who took the time and answered!

Alex

salah-2 wrote:
> 
> 
> 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 <a...@vladoiu.net> 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.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jQuery-works-fine-locally-but-not-so-great-online-tp23117127s27240p23138574.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to