We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427f21e commit e96d075Copy full SHA for e96d075
system/application/views/melons/cantaloupe/js/scalarmedia.jquery.js
@@ -188,7 +188,9 @@
188
189
temp.children('p:not(:last-child),div:not(:last-child)').wrap('<div class="paragraph_wrapper"></div>');
190
191
- var width = temp.width()-50;
+ if(content.parents('.slot.right,.slot.left').length > 0){
192
+ height = null;
193
+ }
194
195
$(page.getMediaLinks(content)).each(function(){
196
$(this).attr({
0 commit comments