static S embedYoutube_newer_autoplay(S youtubeID) { ret embedYoutube_newer_autoplay(youtubeID, 300, 250); } static S embedYoutube_newer_autoplay(S youtubeID, int w) { int h = iround(w*9.0/16); youtubeID = extractYouTubeID(youtubeID); ret ([[]]).replace("{*}", youtubeID); }