When using image assist to insert a thumbnail in an article, it is possible to click on the thumbnail to obtain a popup with the full picture. Using the pixture theme, the image does not appear fully visible in the window, but rather off-center (garland and all the other themes I tried show the popup correctly).

Comments

Jeff Burnz’s picture

Can anyone else confirm this issue? I dont use image assist.

Jeff Burnz’s picture

Title: image preview popup incorrect » image assist preview popup incorrect
tbals’s picture

Yes, i can confirm this.
But I am using 5.x-1.1 on Drupal 5 - see http://beta.tbals.de/content/img_assist_popup_test.

Jeff Burnz’s picture

Add this somewhere below * Color Module: Don't touch in style.css (remember to resave the theme settings).

body#img_assist_popup {
  background: #FFF;
  text-align: left;
  margin:0; 
  padding:0;
}

I'll commit to head shortly, will add to D5 Pixture also.

tbals’s picture

Very quick response.
Is working fine on my side.

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz

Your welcome, trying to clear out all these old issues, thanks for the help tbals, much appreciated.