]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6336 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Oct 2023 16:30:37 +0000 (18:30 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Oct 2023 16:30:37 +0000 (18:30 +0200)
views/index.blade.php
views/screens/intro.blade.php

index 794f9c605328559a9ec538eb78f0475ad987afb5..baafcda4510bd7432ba24453210c8743acb17c79 100644 (file)
@@ -17,7 +17,7 @@
 @endphp
 <div class="container">
     <div id="quiz">
-        @include('components.background',['data'=>$data,'name'=>'mainBackground','fit'=>'cover'])
+        @include('components.background',['data'=>$data,'name'=>'background','fit'=>'cover'])
         @include('screens.intro', ['data'=> $data])
         @foreach($data->questions as $key => $question)
             @php($coundown_enabled = $question["countdown_enable"])
index 76bbab990c946eb1f12ffd0cfcb2efcce696dc2c..941971c4f42df9f2330cfa88cbfea6df22432a88 100644 (file)
 
 @endphp
 <div class="container-screen none {{$screenClass}}" data-type="intro" data-screen="welcome">
+    @include('components.background',['data'=>$data,'name'=>'intro','fit'=>'fill'])
     @include('header_title', ['data'=> $headerData])
     <div class="screen vertical-center-screen" id="welcome">
         <h2>{{$data->intro_title?:$__('Welcome')}}</h2>
         <p>{{$data->intro_text}}</p>
     </div>
-    <div class="screen-image">
-        <img src="{{$data->theme->introImage}}"/>
-        <img class="mobile" src="{{$data->theme->introImageMobile}}"/>
-    </div>
     <footer class="footer">
         <a id="start" aria-keyshortcuts="Space" class="btn primary">
             {{$data->intro_button?:$__('Let\'s start')}}<span class="access space">{{$__('space')}}</span>