7 lines
103 B
Ruby
7 lines
103 B
Ruby
# frozen_string_literal: true
|
|
|
|
module MediaPlayerHelper
|
|
PLAYER_HEIGHT = 380
|
|
PLAYER_WIDTH = 670
|
|
end
|