Getting youtube maxresdefault
-
On line 961 of public/class-advanced-responsive-video-embedder-public.php i had to change the line from:
$maxres = ‘//img.youtube.com/vi/’ . $id . ‘/maxresdefault.jpg’;
to:
$maxres = ‘https://img.youtube.com/vi/’ . $id . ‘/maxresdefault.jpg’;
in order to get maxresdefault images to work.
https://www.ads-software.com/plugins/advanced-responsive-video-embedder/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Getting youtube maxresdefault’ is closed to new replies.