Photon Image Problem
-
Hello!
I’m writing because I recently updated to the latest Jetpack and suddenly some of my images and video content no longer appeared at full-width.
I’m using a child theme for Twentyfourteen and while the parent theme has a $content_width of 474px, my theme has a max-width of 1038px for my full width layout.
I tried adding the following to my functions file in the child theme:
if ( ! isset( $content_width ) ) { $content_width = 1038; }
The issue is that now everything in the full width layout is scaled to that size, including images within tiled galleries and even Youtube embeds. Here’s an example:
https://en.astromono.com/e3-2015-top-10-playstation/
How can I make it so that the 1038px width won’t affect Youtube embeds or images inside the tiled galleries
- The topic ‘Photon Image Problem’ is closed to new replies.