Picture Display in 4.5

I’ve transferred across to v 4.5.0 and am having a problem with the picture display sizes.
I copied over all my picture folders from the previous installation v4.4 and this is what is happening.
The pics are not filling the screen correctly unless I reload them manually.
Example below.

In grid view these two images both displayed like the small one on the right initially.
When I reuploaded the master of the left image it now fills the allocated area.

Any ideas about what is causing this?

Regards

Sean

You can execute this SQL

UPDATE oxarticles SET OXPICSGENERATED = 0;

to force resizing of images from master image according to theme settings.

[QUOTE=leofonic;58308]You can execute this SQL

UPDATE oxarticles SET OXPICSGENERATED = 0;

to force resizing of images from master image according to theme settings.[/QUOTE]

Hi Frank

Thanks - That worked great for me.

Sean