I need to make my images appear in tag img
but only a few appear, I have already taken all css and no problem in that.
Below the photo that testifies that the html is understanding the image:
OnmypageI'mcallingtheimageslikethis:
@foreach($produto->imagensas$imagen)@if($imagen->FlgPrincipal==0)<divclass="col-md-3">
<img src="{{$imagen->BLOB}}" class="img-responsive img-normal">
</div>
@elseif($imagen->FlgPrincipal == 1)
<div class="col-md-5">
<img src="{{$imagen->BLOB}}" class="img-responsive img-principal">
</div>
@endif
@endforeach
What could be going on? I'm basically using framework Laravel