open image in new tab in full size
-
I want to open the image in new tab in full size
here is the code:
<div align=”right”><?php $image = wp_get_attachment_image_src(get_field(‘image2’), ‘medium’); ?>
<img src=”<?php echo $image[0]; ?>” alt=”<?php echo get_the_title(get_field(‘image2’)) ?>” /></div>currently it is open in MEDIUM Size, but I want to open it in new tab in full size, what should be the right code?
also can you help me to have the image currently open to have a fixed width with variable height
thank you.
- The topic ‘open image in new tab in full size’ is closed to new replies.