Eerder werk

Toont alle 5 resultaten

  • Drie

  • Los

    545.00
  • Vast

    381.00
  • Wond

    381.00
  • Zwaartepunt

    545.00

Pin It on Pinterest

add_filter( 'et_pb_gallery_image_width', 'custom_image_width' ); function custom_image_width($width) { return '400'; } add_filter( 'et_pb_gallery_image_height', 'custom_image_height' ); function custom_image_height($height) { return '400'; } add_image_size( 'custom-image-size', 400, 400, array( 'center', 'center' ) );