How can I edit an embedded Getty Imge?
-
How to edit a Getty Image: resize and align (left, center, right)?
The blog I need help with is: (visible only to logged in users)
-
Hello,
There is no way to do this with the WordPress post editor, but you should be able to do what you’re looking for with the Custom CSS feature from the Custom Design upgrade. Getty images embed as an iframe so we need to align the iFrame as you wish. An example of how you might accomplish this for centering the iframe but only for post/page #372 would be:
#post-372 iframe { margin-left: auto; margin-right: auto; }You may need to play around with it, or find someone who’s good with CSS to tune it to your liking.
Cheers!
DK
- The topic ‘How can I edit an embedded Getty Imge?’ is closed to new replies.