Possible problem with library

Possible problem with library

Dear Dir/Madam

I am writing to you in concern of my problem with jquery script, that I use in my website.

I would be very grateful to you if you could help me.

 Подскажите пожалуйста, как решить мою проблему.

When I load the page on my website there is the following code:

<img id="image_1043" title="Готовые шторы " Дикий Лён" красный" src="http://shop.shtorgrad.ru/components/com_jshopping/files/img_products/00131003700_2_.jpg" alt="Готовые шторы &quot;Дикий Лён&quot; красный" class="zoom" data-zoom-image="http://shop.shtorgrad.ru/components/com_jshopping/files/img_products/full_00131003700_2_.jpg" style="position: absolute;">

 

Here it is in my file .php:

 

<img id = "image_

<?php print $image->image_id?>

" title="

<?php print $this->product->name?>

" src = "

<?php print $this->image_product_path?>/<?php print $image->image_name;?>

" alt="

<?php print htmlspecialchars($image->_title)?>

" class="zoom" title="

<?php print htmlspecialchars($image->_title)?>

" data-zoom-image="

<?php print $this->image_product_path?>/<?php print $image->image_full;?>"

 />

When I click on icon of the image, the code changes into this:

 <img id="image_1043" title="Готовые шторы "Дикий Лён" красный" src="http://shop.shtorgrad.ru/components/com_jshopping/files/img_products/00131003700_2_.jpg" alt="Готовые шторы &quot;Дикий Лён&quot; красный" class="zoom" data-zoom-image="http://shop.shtorgrad.ru/components/com_jshopping/files/img_products/full_00131003700_2_.jpg" style="position: absolute; width: 443px; height: 415px;">

 

width: 443px; height: 415px; - this is the actual size of my image.

 

However, I need my images that would suit into div.

I would be very thankful if you could tell me at least where should I look for to change those parameters.

Best regards

Evgeny