Guest User

Untitled

a guest
Oct 17th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. @extends('layouts.app')
  2.  
  3. @section('content')
  4. <div class="main-content">
  5. <iframe id="fullembed" src="{{ $embedLink }}"
  6. frameborder="0" allow="camera; microphone"></iframe>
  7. <div style="text-align: center;"><a href="{{ $embedLink }}" target="_blank">se la finestra non si
  8. carica, clicca qui per aprire una nuova sessione</a></div>
  9. </div>
  10. @endsection
  11.  
  12. @push('styles')
  13. <style>
  14. #fullembed {
  15. width: 100%;
  16. height: calc(100vh - 112px);
  17. }
  18.  
  19. .jumbotron {
  20. display: none;
  21. }
  22. </style>
  23. @endpush
Add Comment
Please, Sign In to add comment