feat: update iframe source in follow-the-rabbit view

This commit is contained in:
fsociety
2024-04-14 13:46:53 +02:00
parent db47a33045
commit de0581ae68

View File

@@ -3,7 +3,7 @@
<livewire:frontend.header :country="\App\Models\Country::query()->where('code', 'de')->first()"/>
<div class="px-2 sm:px-24">
<iframe allowfullscreen="true" src="https://www.easyzoom.com/imageaccess/1322a81aa55e4fd6a3188f6217476652" width="100%"
<iframe allowfullscreen="true" src="https://www.easyzoom.com/embed/1322a81aa55e4fd6a3188f6217476652" width="100%"
style="height: 90vh;"></iframe>
</div>