Hi,
I have made a repeatable field for the product thumbnails in WooCommerce.
However, I can't find a way to easily output those images.
A Twitter bootstrap markup will be:
<div class="row-fluid"> <div class="span4">First image in first line of three</div> <div class="span4">Second image in first line of three</div> <div class="span4">Third in first line of three</div> </div> <div class="row-fluid"> <div class="span4">First image in second line of three</div> <div class="span4">Second image in second line of three</div> <div class="span4">Third in first second of three</div> </div>
And ofcourse it's possible that the middle or last image is not available, but with views you can always fill in an empty div for that (pad-last etc.).
Is there any way to achieve the above?
Kind regards,
Willem-Siebe