[serendipity_event_imageselectorplus] wrong size for thumbs
Posted: Fri Nov 02, 2012 9:48 am
landscape-thumbnails of gallery seems not to get correct width/height...
Settings:
version: 0.32
Maximum height of thumbnail (discards width) is on "150", width is on "0"
Dynamically resize images based on width and height attributes is set to "No"
The thumbnail-images in media-database are all on 150px height.
This is the output of html...
As you can see, something is running wild with height- and width-attributs on landscape-images.
Settings:
version: 0.32
Maximum height of thumbnail (discards width) is on "150", width is on "0"
Dynamically resize images based on width and height attributes is set to "No"
The thumbnail-images in media-database are all on 150px height.
This is the output of html...
Code: Select all
<div class="serendipity_mediainsert_gallery">
<div class="serendipity_imageComment_left" style="width: 100px">
<div class="serendipity_imageComment_img">
<a rel="prettyPhoto" class="serendipity_image_link" href="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020601.JPG" title="">
<!-- s9ymdb:795 -->
<img width="100" height="150" src="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020601.serendipityThumb.JPG">
</a>
</div>
<div class="serendipity_imageComment_txt">P1020601</div>
</div>
<div class="serendipity_imageComment_left" style="width: 150px">
<div class="serendipity_imageComment_img">
<a rel="prettyPhoto" class="serendipity_image_link" href="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020604.JPG" title="">
<!-- s9ymdb:795 -->
<img width="150" height="100" src="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020604.serendipityThumb.JPG">
</a>
</div>
<div class="serendipity_imageComment_txt">P1020604</div>
</div>
<div class="serendipity_imageComment_left" style="width: 150px">
<div class="serendipity_imageComment_img">
<a rel="prettyPhoto" class="serendipity_image_link" href="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020605.JPG" title="">
<!-- s9ymdb:795 -->
<img width="150" height="100" src="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020605.serendipityThumb.JPG">
</a>
</div>
<div class="serendipity_imageComment_txt">P1020605</div>
</div>
<div class="serendipity_imageComment_left" style="width: 100px">
<div class="serendipity_imageComment_img">
<a rel="prettyPhoto" class="serendipity_image_link" href="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020606.JPG" title="">
<!-- s9ymdb:795 -->
<img width="100" height="150" src="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020606.serendipityThumb.JPG">
</a>
</div>
<div class="serendipity_imageComment_txt">P1020606</div>
</div>
<div class="serendipity_imageComment_left" style="width: 150px">
<div class="serendipity_imageComment_img">
<a rel="prettyPhoto" class="serendipity_image_link" href="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020607.JPG" title="">
<!-- s9ymdb:795 -->
<img width="150" height="100" src="/uploads/Urlaub/2012-08-Berlin/Charlottenburg/P1020607.serendipityThumb.JPG">
</a>
</div>
<div class="serendipity_imageComment_txt">P1020607</div>
</div>
</div>