Read this article : http://support.daffyhazan.com/knowledgebase/how-to-access-your-theme-files-directly-from-wordpress-admin-panel/
SLIDER IMAGE
Find this code :
$size_img = $feat_type == ‘slider’ ? ‘feat-slider’ : ‘feat-grid’;
New Code :
$size_img = ‘full’;