Tagged: accordion slider
Hi Kriesi
I would like to add a custom image size to the accordion slider.
So i tried the following from post
here
and added
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size['aviaccordion-slide'] = array('width'=>345, 'height'=>321);
return $size;
}
but no change, how can i change the accordion image to a custom size?
Thanks a mill
Hey indieweb,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard
Thanks so much for having a look, please see details in private section.
cheers
Hi,
Please use the default add_image_size function: https://developer.wordpress.org/reference/functions/add_image_size/
You can also use a plugin: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Ismael
Hi Ismael
Legend, i missed that post, thanks a mill, it works.
With support like this you will go far.
You guys rock!
Cheers