app/assets/javascripts/tenon/features/tenon_content/image_controls.js.coffee in tenon-1.0.10 vs app/assets/javascripts/tenon/features/tenon_content/image_controls.js.coffee in tenon-1.0.11

- old
+ new

@@ -49,9 +49,11 @@ @$controls.addClass('full-width-image') else if @$image.closest('.three-column-image').length > 0 @$controls.addClass('three-column-image') else if @$image.closest('.four-column-image').length > 0 @$controls.addClass('four-column-image') + else if @$image.closest('.stacked-image-and-text').length > 0 + @$controls.addClass('stacked-image-and-text') else @$controls.addClass('column-image') _leftOffset: (left) => if $(window).width() < 641 \ No newline at end of file