$(document).ready(function(){
$('.article-text').each(function(index, el){
$('.article-text a').has('img').attr('data-fancybox', 'gallery');
});
});