caurosel style fixed
This commit is contained in:
		| @@ -8,18 +8,18 @@ | ||||
|             :interval="interval" :arrow="arrow"> | ||||
|  | ||||
|             <el-carousel-item v-if="video"> | ||||
|                 <iframe width="100%" height="400px" | ||||
|                 <iframe width="100%" height="365px" | ||||
|                 :src="'https://www.youtube-nocookie.com/embed/' + video" | ||||
|                 frameborder="0" | ||||
|                 allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||||
|                 <div class="image-description text-center"> | ||||
|                 <div class="carousel-description py-2"> | ||||
|                     {{ name }} | ||||
|                 </div> | ||||
|             </el-carousel-item> | ||||
|  | ||||
|             <el-carousel-item v-for="(screenshot, index) in screenshots" :key="index"> | ||||
|                 <img class="d-block w-100" :src="screenshot.path_string" :alt="screenshot.alt_attribute"> | ||||
|                 <div class="image-description text-center"> | ||||
|                 <div class="carousel-description py-2"> | ||||
|                     {{ screenshot.description }} | ||||
|                 </div> | ||||
|             </el-carousel-item> | ||||
|   | ||||
| @@ -82,7 +82,7 @@ | ||||
|                             {!! $module->description !!} | ||||
|  | ||||
|                             @if($module->screenshots || $module->video) | ||||
|                                <akaunting-carousel :name="'{{ $module->name }}'" :height="'430px'" | ||||
|                                <akaunting-carousel :name="'{{ $module->name }}'" :height="'430px'" arrow="always" | ||||
|                                     @if($module->video) | ||||
|                                         @php | ||||
|                                             if (strpos($module->video->link, '=') !== false) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user