I have a problem with my HTML / CSS ... Some images, usually large in size, are rotating by themselves ...
Below is a print for you to understand better:
Noticethatthefirsttwoimagesareinthecorrectposition,butthethirdandfourtharefacing...beingthatwhenIuploadtheyareinthecorrectposition...
Followmysource:
<div id="usr-image" class="img-thumbnail img-responsive small-spacer" style="width:100%; height:200px; background-image:url(foto-perfil/'.$fetch['id'].'-profile.jpg); background-size:cover; background-repeat:no-repeat; background-position:center; cursor:pointer;">
<p style="color:#FFF; font-size:14px; margin-top:165px;"><b>'.$nome[0].', '.$idade.'</b></p>
</div>