Tagged Questions
-1
votes
0answers
22 views
Add_the_image_size Responsive
I am using the code:
add_image_size ('portfolio1', 600, 344, true);
to show my portfolio thumbs on my website.
But when I'm using tablets and smartphone i want these images width 100%.
I'm using ...
0
votes
1answer
75 views
Custom image size vs CSS sizing
I am developing a theme which will have 2 configuration options for the slideshow in the header; a full width version and a half width version. The theme is also responsive and so I am trying to ...