Skip to content

Instantly share code, notes, and snippets.

View MunechikaHayashi's full-sized avatar
🏠
Working from home

Munechika Hayashi MunechikaHayashi

🏠
Working from home
View GitHub Profile
@a-barbieri
a-barbieri / videos_helper.rb
Last active July 6, 2023 08:21
Rails helper to embed YouTube and Vimeo iframe in view
# Helpers for better embedding and manipulation of videos
# Place this code in app/helpers/videos_helper.rb
# Then from any view you can add:
#
# <%= get_video_iframe('http://the.video.url') %>
#
# Optionally you can add width and height.
#
# <%= get_video_iframe('http://the.video.url', '1600px', '900px') %>
#