Merge pull request #118 from Moonlight-Panel/ChangeWebsiteScreenshotService

Added new screenhot service
This commit is contained in:
Marcel Baumgartner 2023-05-17 19:39:08 +02:00 committed by GitHub
commit 5d186363e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
<div class="col-xl-4 mb-xl-10">
<div class="card h-md-100">
<div class="card-body d-flex flex-column flex-center">
<img class="img-fluid" src="https://image.thum.io/get/http://@(CurrentWebSpace.Domain)" alt="Website screenshot"/>
<img class="img-fluid" src="https://shs.moonlightpanel.xyz/api/screenshot?url=http://@(CurrentWebSpace.Domain)" alt="Website screenshot"/>
</div>
</div>
</div>