Skip to content

Commit

Permalink
Included the title attribute to the image area and image name in medi…
Browse files Browse the repository at this point in the history
…a manager
  • Loading branch information
Shubhamverma2796 committed Jan 20, 2022
1 parent 0c96d42 commit 652fd45
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -4,15 +4,17 @@
@dblclick="openPreview()"
@mouseleave="hideActions()"
>
<div class="media-browser-item-preview">
<div class="media-browser-item-preview"
:title="item.name">
<div class="image-background">
<div
class="image-cropped"
:style="{ backgroundImage: getHashedURL }"
/>
</div>
</div>
<div class="media-browser-item-info">
<div class="media-browser-item-info"
:title="item.name">
{{ item.name }} {{ item.filetype }}
</div>
<span
Expand Down

0 comments on commit 652fd45

Please sign in to comment.