Skip to content

Commit

Permalink
[#2375] make the html previewer a reasonable size
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Jul 9, 2012
1 parent d0fa304 commit f8162e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/datapreview/javascript/datapreview.js
Expand Up @@ -255,7 +255,7 @@ CKAN.DataPreview = function ($, my) {
var el = $('<iframe></iframe>');
el.attr('src', resourceData.url);
el.attr('width', '100%');
el.attr('height', '100%');
el.attr('height', '400px');
my.$dialog.append(el);
}
// images
Expand Down

0 comments on commit f8162e9

Please sign in to comment.