Matthew Smith

Results 62 comments of Matthew Smith

I do not have that as part of any of the themes that I created b/c I prefer to manage the menus outside of the editor. But, you certainly can...

Not currently. You can set a secure passcode. That would essentially disable it.

Hi Mario - Yes, Respond is still being maintained. The two products have a different focus. Respond (https://respondcms.com) is focused on developers and enthusiasts that want a platform that they...

It took a bit of hacking, but I got it to work with the following changes: ``` var options = _.defaults(Framer.Config.template || {}, defaults); ``` To: ``` var options =...

Thanks! I will check it out this morning.

This positioned the device correctly, but the content frame was not being resized. I added the following code to resize the content frame: ``` function positionFramerRoot(){ // ... code to...

I wanted to add that my touch events are not working with the fix I applied as well.

I will try it out this morning. I am using the library to create a custom device (Samsung Tab S). It has a pretty unique resolution (1600 x 2560). I...

Thank you! I am definitely not a docker expert.

See https://github.com/madoublet/respond/issues/569