Tagged Questions
-1
votes
0answers
28 views
How to make image menu items responsive as a combined group in twenty-eleven [closed]
I am using a twenty-eleven child theme for a static website (www.notquitenormal.net) using images as menu items rather than the default text and there are up to five images on any page menu.
My ...
0
votes
0answers
28 views
Change Image Sizes for Mobile Theme
I've got a small challenge, right now I have an existing blog with images that formatted for desktop. I have a mobile child theme that shows the content for mobile.
Is there a method to filter a ...
0
votes
1answer
41 views
Is there a good way to use CMS images with CSS
I am building a responsive wordpress theme that allows for a custom banner image to be uploaded to each page. However, because of the responsive nature of the theme I need to set the images as ...
0
votes
1answer
361 views
Responsive image slider/rotator using multiple image sizes [closed]
There are many WP image slider plugins that claim to be responsive. So far, all the ones I've looked at resize images on the fly e.g. with CSS. A small-screen or mobile user is forced to download ...
0
votes
0answers
71 views
image gallery that resizes to fit and loads on scroll [closed]
i'm curious about an effect i've seen on a lot of different wordpress powered sites. i think it might be a plugin, but i'm not entirely sure.
it's basically a page of images of different sizes, and ...
6
votes
3answers
243 views
How to insert pictures without hard coded dimensions?
How can I insert pictures into a post without any hard coded dimensions (e.g. <img src="" alt="" /> instead of <img src="" alt="" width="" height="" />)? I don't want my users to switch to ...