v1.7.5
- Fixed issue with instagram embeding. Due to recent security changes in instagram's origin policy, there was an issue with CORB request. It's now handled by using direct
XMLHttpRequest
method instead ofjsonp
call. - However, a boolean option as
jsonp
can be set along with instagram options to fallback to old behaviour, in case if instagram changes policy in future again.