Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #365224

    Hi,

    I am trying to get the accordion slider with no scalling image? Is that possible? If yes could you please let me know how.
    Many thanks in advance.

    Olivia

    #365698

    Hi oliviad!

    Open up /enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php and change line 431 from this.

    $this->slides[$key]->av_attachment	= wp_get_attachment_image( $slide['attr']['id'] , $this->config['size'] , false, array('class' => 'aviaccordion-image'));
    

    To this.

    $this->slides[$key]->av_attachment	= wp_get_attachment_image( $slide['attr']['id'] , 'fullsize' , false, array('class' => 'aviaccordion-image'));
    

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.