Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-tharwat committed Sep 30, 2024
1 parent 4eb7864 commit a894ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
@endif
@if($component['fields']['block_type'] == "component_text_with_video")
<div class="container p-3">
<div :class="[{{$component['fields']['design_text_alignment']}},{{$component['fields']['design_content_alignment']}}]" class=' mx-auto row '>
<div class="{{$component['fields']['design_text_alignment']}} {{$component['fields']['design_content_alignment']}} mx-auto row">
<div class="col-12 col-lg-6 mx-auto">
<iframe src="{{\MainHelper::convert_to_embed($component['fields']['content_video_url'])}}" style="width:100%;height: 100%;border-radius: 10px;"></iframe>
</div>
Expand Down

0 comments on commit a894ed1

Please sign in to comment.