terminal42 / contao-pageimage

MIT License
12 stars 13 forks source link

Fixes incorrect dimensions (width, height) in img-tag of page image #13

Closed mrflory closed 10 years ago

mrflory commented 10 years ago

Previously the original dimensions of the image were added, not the ones specified in the frontend module.

aschempp commented 10 years ago

Habe die Änderung übernommen, allerdings glaube ich nicht dass es ein rawurlencode braucht...

mrflory commented 10 years ago

Glauben heißt leider nicht wissen ;) Ohne rawurlencode funktionieren Sonderzeichen oder Leerzeichen im Dateinamen nicht. Hatte genau so einen Fall beim Kunden. Im Contao Core steht es ebenso: https://github.com/contao/core/blob/master/system/modules/core/library/Contao/Controller.php#L2564

aschempp commented 10 years ago

Stimmt, das liegt aber nur daran weil Image::get das urlencode macht. Hab's korrigiert.