File: slides.com.alexwalker-responsive-svg.php

package info (click to toggle)
php-embed 4.4.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,728 kB
  • sloc: php: 40,309; makefile: 23
file content (32 lines) | stat: -rw-r--r-- 1,015 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
declare(strict_types = 1);

return [
    'authorName' => null,
    'authorUrl' => null,
    'cms' => null,
    'code' => [
        'html' => '<iframe src="http://slides.com/alexwalker/responsive-svg/embed" width="576" height="420" style="border:none" frameborder="0" allowTransparency="true"></iframe>',
        'width' => 576,
        'height' => 420,
        'ratio' => 72.917
    ],
    'description' => 'A presentation created with Slides.',
    'favicon' => 'http://slides.com/favicon.ico',
    'feeds' => [],
    'icon' => null,
    'image' => 'https://media.slid.es/thumbnails/alexwalker/0b188c/responsive-svg.jpg',
    'keywords' => [],
    'language' => null,
    'languages' => [],
    'license' => null,
    'providerName' => 'Slides',
    'providerUrl' => 'http://slides.com',
    'publishedTime' => null,
    'redirect' => null,
    'title' => 'responsive-svg',
    'url' => 'http://slides.com/alexwalker/responsive-svg/',
    'linkedData' => [],
    'oEmbed' => [],
    'allLinkedData' => []
];