17th
February
2019
MediaUpload Permission check in Gutenberg
If you are struggling with media upload permission in gutenberg. So you problem has been solved you can wrap your wrap your <MediaUpload> Component with another Component <MediaUploadCheck>. MediaUploadCheck will take to responsibility to check the user have permission to upload media. For more info here check media upload component on Github repo. [sibwp_form id=3]
17th
February
2019
How many media query for responsive layout ?
@media query, you can use media query in CSS code for different screen sizes or for different devices, which is very useful when making web pages with responsive design. Because different devices have different denominations like height and width this snipped will help you to make responsive query. [sibwp_form id=3]