Skip to content

Instantly share code, notes, and snippets.

View basharabdullah's full-sized avatar

Bashar Abdullah basharabdullah

View GitHub Profile
@yshmarov
yshmarov / _thumbnail.html.erb
Last active September 9, 2024 15:17
embed Youtube in ActionText
app/views/youtubes/_thumbnail.html.erb
<div>
<%= image_tag youtube.thumbnail_url, style: "max-width:400px" %>
</div>