• Resolved iadzemovic

    (@iadzemovic)


    Hi – I wasn’t able to find the support forum for the featured image functions. I curerntly use this code “<?php echo cc_zoom_featured_image( array( ‘zoomin’ => ‘3’) ); ?>” and it works great – but I need it to not pick up the fullsize image but rather the thumbnail version.

    Please help.

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    Try echoing the shortcode with the required shortcode parameters

    for example
    <?php echo do_shortcode("[zoom size=thumbnail zoomin=3]"); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Need featured image (thumb size) with zoom feature’ is closed to new replies.