Setting the size of clickable Instructions Image
-
Hi, how do you set the size of the clickable instructions image?
Looking at the code, it seems that the instruction images are hard coded to link to Full image class-wprm-sc-instructions.php ->
$full = wp_get_attachment_image_src( $instruction['image'], 'full' );
.Is there a way to override the link to full image into a custom image size? If not, do you think it would be possible to add a filter or pull settings, i.e.
WPRM_Settings::get()
?Our original images are 5-10mb in size.
Thanks a bunch!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Setting the size of clickable Instructions Image’ is closed to new replies.