bcdgraphics
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Plugins
In reply to: [jQuery Masonry Image Gallery] Must be missing somethingThis appears to be a theme issue. I am getting in touch with the developer to see if I can override this. In the functions.php file I was unable to find the “add_image” function, but was able to find this:
/** * The thumbnails : * We define wordpress thumbnail sizes that we will use in our design */ 'images' => array( /** * max width, max height, true|false -> hardcrop or not */ // Slides 'slide' => array( 1200, 700, true ), 'slide-tablet' => array( 625, 450, true ), 'slide-laptop' => array( 676, 424, true ), 'slide-desktop' => array( 922, 506, true ), 'slide-mobile' => array( 277, 494, true ), 'classic-thumb' => array( 640, 360, true ), 'classic-video-thumb' => array( 480, 270, true ), 'portrait' => array( 600, 900, true ), // Mosaic '2x1' => array( 960, 480, true ), '1x2' => array( 480, 960, true ), '1x1' => array( 360, 360, true ), '2x2' => array( 960, 960, true ), // Big image 'extra-large' => array( 2560, 4000, false ), // avatar 'avatar' => array( 80, 80, true ), ),The problem here is that when I delete this from the functions.php file, I don’t see a change, which leads me to believe this is handled elsewhere. I have even tried changing values in there, but am not seeing any changes. If you have any thoughts from the above snippet, let me know.
Brandon
Viewing 1 replies (of 1 total)