Skip to content

Commit

Permalink
Added image to the assetstore instead of url from lindat
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Oct 4, 2023
1 parent b8081c2 commit 54863ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<div class="file-preview-box rounded pt-2">
<div style="text-align: left" *ngIf="fileInput.format === 'video/mp4'">
<video preload="none" controls="controls" height="240">
<source
src="https://samplelib.com/lib/preview/mp4/sample-5s.mp4"
type="video/mp4"/>
{{'item.file.description.not.supported.video' | translate}}
</video>
</div>
Expand Down Expand Up @@ -32,7 +29,7 @@
</dl>
<img
*ngIf="fileInput.format !== 'video/mp4'"
src="https://lindat.mff.cuni.cz/repository/xmlui/themes/UFAL/images/mime/application-x-gzip.png"
src="assets/images/application-x-gzip.png"
alt="Preview"
class="preview-image"/>
</div>
Expand Down
Binary file added src/assets/images/application-x-gzip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54863ec

Please sign in to comment.