Module: Integral::Video::Poster

Defined in:
lib/integral/video/poster.rb

Instance Method Summary collapse

Instance Method Details

#youtube_poster(uid) ⇒ Object



7
8
9
# File 'lib/integral/video/poster.rb', line 7

def youtube_poster(uid)
  "https://i.ytimg.com/vi/#{uid}/maxresdefault.jpg"
end