WordPress’s automatic responsive image code is setting the size of certain images larger than it should be. Here is an example: On this page: http://healthyhints.wpengine.com/hot-yoga-benefits/, the image of the...
I am trying to make the featured images retrieved by the_post_thumbnai() in the loop responsive, but can’t seem to find a simplified solution. The logic I want to implement...
Im trying to get this featured image only when wiewport is < 768: add_image_size( 'img-movil', 660, false ); I have no much coding skills. I was reading about how...
WordPress srcset is a great feature but there are occasions when it’s important to control exactly which image sizes are included in the srcset code. For example, on one...
I’m working on a responsive webdesign where my navigation should swap into a select-menu when resizing the window in smaller sizes. Is it somehow possible to add another param...
No matter how its content is like. Is it possible to do this? 13 Answers 13
I’ve gone a roundabout way of trying to ask a question about this here: Loading shortcode with ajax but figured it might be worth asking the fundamental question of...
I am trying to enqueue a responsive css file if the website is opened on mobile devices. Also I want to switch / enqueue a default or non-responsive css...
I want my WP default gallery to go from 4 columns on computer screens down to 2 on mobile devices. 2 Answers 2 You can try using css to...
I want to make a separate responsive.css file in my child theme but having trouble making the media queries override the styles in the child theme’s default style.css. I’ve...