Display images with size
-
I can’t use the size argument to display image.
Here is my code :$my_images = rwmb_meta(rw_image,'size=300px'); foreach ( $my_images as $image ) { echo '<p><img src="'.$image['full_url'].'" /></p>'; }
What’s wrong ?
Thank you for your help.
Sorry for my bad english ! ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display images with size’ is closed to new replies.