Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pedrox Friend
    #189047

    Hi,

    How to increase windows Pop_Up_preview ?

    Thanks

    Saguaros Moderator
    #499530

    Hi

    If you’re using default theme, try to open file: /templates/ja_wall/css/template.css

    look for this css rule:


    body.popupview #popup-content {
    height: 90%;
    margin: 30px auto;
    position: relative;
    width: 640px; <<< you can change this value
    z-index: 1000;
    }

    and: /templates/ja_wall/js/wall.js


    $('<div id="popup-inner" />')
    .html ($('<iframe id="popupIFrame" src="' + url + '" width="638" scrolling="no" frameborder="0" />')
    .bind('load', ifmOnload))
    .appendTo ('#popup-content');

    Remember to clean cache once done.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum