Hello,
I have an issue with the module Portfolio Single Gallery of Canvas Template. When a portfolio-single-image is introduced with only 1 image, the gallery show 3 images (3 times the same).
My code is bellow :
<!-- Portfolio Single Gallery -->
<div class="col-md-8 portfolio-single-image bottommargin-sm">
<div class="fslider" data-arrows="false" data-animation="slide" data-lightbox="gallery">
<div class="flexslider">
<div class="slider-wrap">
<div class='slide'><a data-lightbox='gallery-item' href='/images/projects/concours-construction-de-34-logements-6-etages-levallois-ile-de-france.jpg'><img class='image_fade' title='Concours : Construction d’un R+6 de 34 logements' src='/images/projects/concours-construction-de-34-logements-6-etages-levallois-ile-de-france.jpg' alt='Concours : Construction d’un R+6 de 34 logements'></a></div> </div>
</div>
</div>
</div>The issue on the photo :

