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

This commit is contained in:
fsociety
2024-04-14 13:44:22 +02:00
parent 1388c02f9b
commit db47a33045

View File

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