ProblemSolvingIO / parsons

Parsons problems web app
http://parsons.problemsolving.io
MIT License
7 stars 12 forks source link

IFrame needs width and height #1

Closed lexnederbragt closed 5 years ago

lexnederbragt commented 5 years ago

The page http://parsons.problemsolving.io says to use IFrame('puzzle url') but for me this throws an error:

TypeError: init() missing 2 required positional arguments: 'width' and 'height'

I guess the correct usage is IFrame('puzzle url', 1000, 400) (or other numbers for width and height)

shlomihod commented 5 years ago

Thanks! fixed 106f2396