Explore the
Universe
Step 1 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

The Basics

Must contain at least 8 characters, an uppercase character, a lowercase character, a number and a symbol.
By joining the Alpha Universe community, you agree to the Terms and the Sony Electronics Inc. Privacy Policy and certify that you are a U.S. resident. (CA Privacy Notice).
Next
Personalize Your Profile
Step 2 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

Your Specialty *

(Select All That Apply)


I am a... *

(Select All That Apply)


(Optional)


What kind of camera(s) do you shoot with? *

(Select All That Apply)

00:00
00:00
https://alphauniverseglobal.media.zestyio.com/Alpha-Universe-Johan-Greyling-Sony-Alpha-Photographers-Podcast.jpeg?width=500&height=500&fit=bounds

Wildlife Photographer Johan Greyling | Sony Alpha Photographers Podcast

Sony Alpha Photographers Podcast host Tony Gale chats with wildlife photographer and safari guide Johan Greyling. They talk about how Johan got started with photography, the gear he uses, his advice for aspiring wildlife photographers and more. You can see his work at wildpixafrica.com and on Facebook

The Sony Alpha Photographers Podcast is part of the Alpha Universe Podcast Network. See more at alphauniverse.com.


&text=%22' + tweetText + '%22&via=SonyAlpha'; var tweetLink = 'Tweet This' $(this).addClass('px-2 px-sm-5'); $(this).append(tweetLink); $(this).on('click', '.blockquote-tweet', function (event) { event.preventDefault(); window.open(tweetUrl, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=585,height=261'); }); }); editorContent.imagesLoaded( function() { // images have loaded editorContent.find('img').each( function(){ //Determine aspect ratio and set classes for portrait and landscape modes var w = $(this)[0].naturalWidth, h = $(this)[0].naturalHeight; var figureClass = 'au-expandable au-article__content__figure'; if($(this).hasClass('small')) { figureClass += ' au-article__content__figure--small'; } if( h/w > .8) { figureClass += ' au-article__content__figure--portrait'; } // Fix Image Alt/title if necessary if(this.alt == this.src.split("/").pop()) { this.alt = "Article Image"; } if(this.title == this.src.split("/").pop()) { this.title = "Article Image"; } //Parse through sibling elements to find image captions and apply styles var $imgWrap = $(this).parent(); var next = $imgWrap.next('[style*="center"]'); var nextSpan = $imgWrap.next().find('span[style*="center"]'); var secondNext = $imgWrap.nextAll().eq(1); var secondSibling = secondNext.css('text-align'); var secondSiblingSpan = secondNext.find('span[style*="center"]'); var prevSibling; var $figureCaption; if(!next.children(":first").is('img')) { if(next.length) { next.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); $figureCaption = $('
' + next.html() + '
'); next.remove(); } else if(nextSpan.length) { var newCaptionContainer = nextSpan.parent(); newCaptionContainer.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); $figureCaption = $('
' + nextSpan.html() + '
'); newCaptionContainer.remove(); } else if(secondSibling == 'center') { $(secondNext).css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); prevSibling = secondNext.prev(); if(!prevSibling.text().trim().length) { prevSibling.css('margin', 0); } $figureCaption = $('
' + $(secondNext).html() + '
'); $(secondNext).remove(); } else if(secondSiblingSpan.length) { var newSiblingCaptionContainer = secondSiblingSpan.parent(); var prevSpanSibling = newSiblingCaptionContainer.prev(); newSiblingCaptionContainer.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); if(!prevSpanSibling.text().trim().length) { prevSpanSibling.css('margin', 0); } $figureCaption = $('
' + secondSiblingSpan.html() + '
'); newSiblingCaptionContainer.remove(); } } if($figureCaption) { $imgWrap.append($figureCaption); } $imgWrap.contents().unwrap().wrapAll('
'); }) }); //Align embedded elements center $('.au-article__content iframe').parent('p').addClass("d-flex justify-content-center"); }); $('#playPodcast').click(function(){ $(this).css('visibility', 'hidden'); setTimeout(function(){ $('.play').click(); },500) });