Sha256: 6f9ac5faaa9b4a8e7ef3d89d2af09e715add418dc85ba6ba3b28d9f1e4fb0e76
Contents?: true
Size: 343 Bytes
Versions: 7
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true my_video = Atome.new( video: { renderers: [:browser], id: :video1, type: :video, attach: [:view], path: './medias/videos/avengers.mp4', left: 33, top: 33, width: 777 } ) do |params| puts "video callback here #{params}" end my_video.play(true) my_video.touch(true) do my_video.fullscreen end
Version data entries
7 entries across 7 versions & 1 rubygems