View Categories

Product Image With Gallery

< 1 min read

Show the product image using shortcode

[cptwooint_gallery thumbnail_position="left" autoheight="true" col="3" /]

Show the product image using php

<?php echo shortcode_exists('cptwooint_gallery') ? do_shortcode( '[cptwooint_gallery thumbnail_position="left" autoheight="true" col="3"/]' ) : '' ; ?>

thumbnail_position=”” WIll support Left, Right, Bottom

Also support autoheight=”true” col=”3″ Col for Gallery thumbnail image column

product gallery
Scroll to Top