I cannot get the video from WordPress core to behave responsively. I’m using the following CSS: .videocontent { width: 100%; height: 100%; max-width: 1024px; margin: 0 auto; } .wp-video-shortcode...
I don’t really understand how I can use the new responsive images feature that WordPress provides in my themes. Example: In my theme, I add a header-image. I therefore...
How to make new WP responsive image to choose images by filename and add them to srcset without checking aspect ratio? I have my own sizes: add_image_size( 'l', 992,...
I work on a theme that displays 3 columns with images, so the size for thumbnails on large displays will be 360x240px. When resized, on some mobile devices, like...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7...
I’m really scratching my head trying to figure out the best method for responsive images with WordPress. Zurb just released a new javascript plugin for their Foundation framework. I’m...
Shortcode for Gallery: I’m using a 5 column gallery on an inner page of a website, obviously when the site responds down to mobile and even tablet devices, the...
The problem (Excess White Space Above Admin Bar on Frontend Using Twitter Bootstrap): While logged in and viewing the frontend — If you shrink your browser down, there is...
Lately I wanted to upgrade my blog with featured images/post thumbnails. I’m using a custom theme build on the roots theme (this is not a roots theme issue, I...
This question already has answers here: Settings in ‘Media > Settings’ is ignored when inserting images (3 answers) Closed 7 years ago. I am using wp_get_attachment_image_src to construct the...