$(function () { $(".e_loop-1 .p_loopitem").each(function(){ $(this).find(".s_img img").addClass("img-responsive"); var datasrc = $(this).find(".s_img img").attr("lazy"); $(this).attr("data-src",datasrc); }) if (isFrontEnv()) { $('.e_loop-1 .p_list').lightGallery({}); } });