Skip to main content

Responsive Youtube Embed in Drupal without installing Modules

I was using Omega and needed to make Youtube embeds be responsive to match my responsive design (without installing any module) and have them resize correctly along with the rest of my content. After some Googling and research, I came up with this solution.

The trick from WebDesignerWall is very simple. You need to wrap the embed code with a

Upgrading imagecache presets to Drupal 7 image styles

While doing a Drupal 6 to 7 upgrade for a web project, I was wondering if there was a way to upgrade my imagecache presets to Drupal 7 image styles. Image styles in Drupal 7 are the equivalent of Imagecache presets in Drupal 6. I found out that you can do it via Features or finding another solution (the one posted by Drupal user Vladimir). Here's how I migrated my Drupal 6 imagecache presets to D7 image styles. Create file in "Drupal_ROOT" and paste the following code: