Skip to content

Instantly share code, notes, and snippets.

@doitonlinemedia
doitonlinemedia / Wordpress add only height or with size, soft crop.php
Last active February 21, 2019 10:16
Wordpress add only height or with size, soft crop.
add_image_size('gebouw_galerij', 9999, 500, false);
@doitonlinemedia
doitonlinemedia / Stylelint disable, css disable.scss
Created February 8, 2019 13:43
Stylelint disable, css disable
/* stylelint-disable */
a {}
/* stylelint-enable */
@doitonlinemedia
doitonlinemedia / WordPress custom crop.php
Created January 18, 2019 16:39
WordPress custom crop.php
function domCustomCropBtn() {
?>
<script>
jQuery(document).ready(function($) {
//add a button right beside the add media button - adjust if you want the button somewhere else
let counter = 0;
$('.acf-field').each(function(){