Avatar

Version 2.4.17, thumbnail images elongated (General)

by Magma, Monday, January 07, 2019, 19:25 (1907 days ago)

2.4.17 When uploading a pic and putting it as a thumbnail it becomes elongated and messed up :lookaround:

[image]

Tags:
2.4, bug

Avatar

Version 2.4.17, thumbnail images elongated

by Auge ⌂, Tuesday, January 08, 2019, 17:17 (1906 days ago) @ Magma

Hello

2.4.17 When uploading a pic and putting it as a thumbnail it becomes elongated and messed up :lookaround:

I've tested the CSS and came to a solution.

Please add height:auto to the block for img.thumbnail in line 418 of the file style.min.css. Please don't forget to add a semicolon to the old last rule (margin:0). For the new last rule of the block you can also set a semicolon or you can leave it (but only for the last rule).

The block should look that way afterwards.

img.thumbnail{width:150px;border:1px solid silver;margin:0;height:auto}

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

Tags:
2.4, bug

Avatar

thumbnail images elongated fixed

by Magma, Tuesday, January 08, 2019, 22:25 (1906 days ago) @ Auge

thank you this fixed it

Tags:
2.4, bug, fix

Avatar

thumbnail images elongated fixed

by Auge ⌂, Wednesday, January 09, 2019, 07:59 (1906 days ago) @ Magma

Hello

thank you this fixed it

This seems to be an older problem. I assume you to be the only one who uses the thumbnail function because we never received a report until you upgraded your installation.

[edit]: Meanwhile it is also fixed in the repository.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

Tags:
2.4, bug, fix

RSS Feed of thread