Skip to content

Instantly share code, notes, and snippets.

@ceaksan
Created January 3, 2018 14:17
Show Gist options
  • Save ceaksan/028a39497af2855f476a1d2246b39a1a to your computer and use it in GitHub Desktop.
Save ceaksan/028a39497af2855f476a1d2246b39a1a to your computer and use it in GitHub Desktop.
jQuery(document).ready(function() {
jQuery('iframe').closest('p').addClass('aligncenter');
});
jQuery('iframe').parent('p').addClass('aligncenter');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment