Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

[3.5.6] Dateiverwaltung Thumbnails height und width Attribut fehlt #8162

Closed
Mynyx opened this issue Dec 10, 2015 · 5 comments
Closed

[3.5.6] Dateiverwaltung Thumbnails height und width Attribut fehlt #8162

Mynyx opened this issue Dec 10, 2015 · 5 comments
Assignees
Labels
Milestone

Comments

@Mynyx
Copy link
Contributor

Mynyx commented Dec 10, 2015

In der Dateiverwaltung fehlen bei Thumbnails die height und width Attribute

@leofeyer
Copy link
Member

?

@discordier
Copy link
Contributor

Er meint dass in der Dateiverwaltung bei den thumbnails im HTML die width und height nicht angegeben wird.
Er moechte:

<div class="tl_left" style="padding-left:60px">
  <a href="files/music_academy/images/admin.gif" title="" target="_blank">
  <img src="assets/contao/images/iconGIF.gif" width="18" height="18" alt="image/gif">
  </a> admin.gif <span class="tl_gray">(1.3 KiB, 518x96 px)</span><br>
-  <img src="assets/images/a/admin-b6bb4f2a.gif" alt="" style="margin:0 0 2px -19px">
+  <img src="assets/images/a/admin-b6bb4f2a.gif" width="4800" height=4711" alt="" style="margin:0 0 2px -19px">
</div>

@leofeyer
Copy link
Member

leofeyer commented Mar 3, 2016

Und warum ist das ein Problem?

@xchs
Copy link
Contributor

xchs commented Mar 3, 2016

Problem vielleicht nicht, aber der Browser lädt die Seite u. U. etwas schneller, wenn bereits beim ersten Rendering klar ist, welcher Platz für dieses Element zu reservieren ist.

@leofeyer leofeyer added the defect label Mar 8, 2016
@leofeyer leofeyer added this to the 3.5.9 milestone Mar 8, 2016
@leofeyer leofeyer self-assigned this Mar 16, 2016
@leofeyer
Copy link
Member

Geändert in cc7a16e.

jsonn pushed a commit to jsonn/pkgsrc that referenced this issue Mar 26, 2016
### 4.1.2 (2016-03-22)

 * Handle derived classes in the exception converter (see #462).
 * Prevent the autofocus attribute from being added multiple times (see contao/core#8281).
 * Respect the SSL settings of the root page when generating sitemaps (see contao/core#8270).
 * Read from the temporary file if it has not been closed yet (see contao/core#8269).
 * Always use HTTPS if the target server supports SSL connections (see contao/core#8183).
 * Adjust the meta wizard field length to the column length (see contao/core#8277).
 * Correctly handle custom mime icon paths (see contao/core#8275).
 * Show the 404 error page if an unpublished article is requested (see contao/core#8264).
 * Correctly count the URLs when rebuilding the search index (see contao/core#8262).
 * Ensure that every image has a width and height attribute (see contao/core#8162).
 * Set the correct mime type when embedding SVG images (see contao/core#8245).
 * Handle the "float_left" and "float_right" classes in the back end (see contao/core#8239).
 * Consider the fallback language if a page alias is ambiguous (see contao/core#8142).
 * Fix the error 403/404 redirect (see contao/website#74).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants