wp_get_attachment_image_src() regenerate custom size images everytime
Question
i try to make simple gallery from post's attachment images with custom sizes.
i wrote simple loop:
$original = array();
$gallery = array();
$gallery_min = array();
$imgs_args = array(
'post_status' => null,
'post_type' ...
0
images, performance
6 years
0 Answers
88 views