Ya funciona, al menos en chrome.
He cambiado el insert.after a append, y he apendido el div:
Código Javascript
:
Ver original$('.fotorama') .fotorama() .each(function () {
$('.fotorama__nav', this).after( $(this) .next('.fotorama-control') .show() ); }); $('.fotorama-control').append("<span class='fotorama_custom__arr--prev'><</span>"); jQuery('.fotorama_custom__arr--prev').click(function () { fotorama.show('<');