Keyword

Image enlarge within Article item

More
14 years 7 months ago #78335 by kc
When you are within an article and you click on the image, it opens the image up in a lightbox, but shouldn't the image enlarge in the lightbox too?

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #78336 by Simon Wells
Replied by Simon Wells on topic Image enlarge within Article item
It will depend on the parameters you have set with in the K2 parameters.

Please Log in or Create an account to join the conversation.

More
14 years 7 months ago #78337 by kc
Replied by kc on topic Image enlarge within Article item
well i have the article item image set to large and then the extra large is set to bigger dimensions, what parameters should i be looking for?

thanks for your help btw

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #78338 by Gianluca
Replied by Gianluca on topic Image enlarge within Article item
Also to me the image open in popup with same size of image size article. Why?

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #78339 by Alvin Khaled
Replied by Alvin Khaled on topic Image enlarge within Article item
I have this issue as well.
I would like for the lightbox image to be of the same resolution of the original file.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #78340 by william white
Replied by william white on topic Image enlarge within Article item
Has anyone tested with default paramaters set, with a know original image size, and then dl the resulting images to check what k2 is doing to them?

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #78341 by Alvin Khaled
Replied by Alvin Khaled on topic Image enlarge within Article item
I don't remember the exact size of the resulting images (as I've resorted to using Mavik for the lightbox), however, with an original width of 950px, one lightbox image had width of ~700. If I recall correctly, this fluctuated from image to image.

William White said:Has anyone tested with default paramaters set, with a know original image size, and then dl the resulting images to check what k2 is doing to them?

Please Log in or Create an account to join the conversation.

More
13 years 5 months ago #78342 by Garzarath
Replied by Garzarath on topic Image enlarge within Article item
in the file item.php

change this line:

<a class="modal" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('Click to preview image'); ?>">

for this one:

<a class="modal" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('Click to preview image'); ?>" rel="{handler: 'iframe', size: {x: 500, y: 750}}" >

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum