return;
}
- $permalink = '/data/images/' . $image->url;
-
return array(
'extent' => strlen($matches[0]) + 1,
'element' => array(
'name' => 'img',
'attributes' => array(
- 'src' => cx_url_site($permalink),
+ 'src' => cx_url_site($image->get_permalink_path()),
'alt' => $image->alt_text,
),
),
'name' => 'iframe',
'text' => '',
'attributes' => array(
- 'id' => "ytplayer",
+ 'class' => "video",
'type' => "text/html",
- 'width' => "640",
- 'height' => "360",
+ //'width' => "640",
+ //'height' => "360",
'src' => "https://www.youtube.com/embed/" . $video_id,
'frameborder' => "0",
'loading' => "lazy",