Results 4 issues of Boris

I'm trying to og-tags with Gatsby and Helmet. But the problem is that those tags first need to be fetched. It's a vehicle detail page and I need to show...

I'm using `"gatsby": "2.18.4"` and `"gatsby-source-strapi": "0.0.10"`. The problem is that Gatsby build fails if the returned content is NULL. There are a few hacks, for example adding dummy data...

I'm trying to use **Froala Editor** in Django backend but I cant add photos. In my urls.py in root directory I've added url as follow: urlpatterns = patterns('', url(r'^$', include('main.urls')),...

Is there any way to make it responsive? I want for example that the width on large screens is 40% and on xs screens 100%. Thanks.