forked from friendica/friendica
7 lines
643 B
Smarty
7 lines
643 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
<iframe class="embed" srcdoc="<!doctype html><html><head><style>html,body{margin:0;padding:0;height:100%;}</style></head><body>{{$src}}</body></html>" style="{{$iframe_style}}" height="{{$height}}" width="{{$width}}" scrolling="no" frameborder="0" allow="fullscreen, picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen sandbox="allow-same-origin allow-scripts allow-popups"></iframe>
|