You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am loading videos onto a secure(HTTPS) site but they don't display in production as it throws a mixed content error in the console. Using Chrome by the way.
I am loading videos onto a secure(HTTPS) site but they don't display in production as it throws a mixed content error in the console. Using Chrome by the way.
Here's my code:
@latest_videos ||= yt_client.videos_by(:user => 'foobar').videos
<% @latest_videos[0..2].each do |video| %>
<%= raw video.embed_html5({width: '312', height: '240', frameborder: '0', fullscreen: true, modestbranding: "1"}) %>
<% end %>
The text was updated successfully, but these errors were encountered: