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
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