In php when I called echo image with the dynamics path it shows some images in small size and some in actual size. most time the intermediate images are shown small in browser
<td align="center">
<?php $image_path = "components/com_mediaonline/uploads/uploads/" . $row["photo_id"] . "/thumb/" . $row["filename"]; ?>
<a href="<?php echo $base_url . "&task=" . $operation_model_photoset_photo_click . "&photoset=" . $photoset . "&model_id=" . $model_id . "&filename=" . $row["id"] ;?>"><img style="border:2px solid #ccc;" src="<?php echo $image_path; ?>" alt=""></a>
</td>
what you think whould be the reason for this