Hello,
I have entered the member element into my page: http://bit.ly/2qQSvRN but is it possible to change the size of the picture bigger?
Also second question is, is it possible to make the links inside the team member description text to open in a new window (there should be some sort of HTML code to add to the link I guess).
Best Regards,
Hey!
1- It seems like you are adding your images in 300x200px. Please choose to insert them in full size :)
2- Please add following code to Functions.php file in Appearance > Editor
function av_team_desc_link_target(){
?>
<script>
jQuery(window).load(function(){
jQuery('.team-member-description a').attr('target','_blank');
});
</script>
<?php
}
add_action('wp_footer', 'av_team_desc_link_target');
Best regards,
Yigit
Hello Yigit,
The picture I added is 500 × 333 but can you remind me, where can I change the default size of images?
Regards,
Hi,
Please make sure to choose full size while uploading your image :)
Best regards,
Yigit
Thanks, sorry for that:)!