JA Oslo uses the article category slideshow. How do I configure the size the images are displayed? They are coming out too large.

It also seems as if the main menu quits working when the slideshow module is published and works when it is not. Suggestions? And the module title shows even if it is set to hide? Some things just don't seem to work properly!--> OK, those were fixed when I set the module style to "inherited".

Thanks!

    dfirsching

    Hi,

    This Articles Category module will load articles content so in this slideshow layout, it will retrieve & show full text image of each article. The code generated in this file: root/templates/ja_oslo/html/mod_articles_category/slideshow.php
    <?php echo JLayoutHelper::render('joomla.content.fulltext_image', array('item' => $item, 'params' => $params)); ?>

    Unfortunately, there is no option to configure size of images in this kind of module. You will need to change size of full text image in article.

    Regards

    Write a Reply...
    You need to Login to view replies.