Strange auto resized images

Permalink
Ok so I'm working at a custom page type
I added the images correctly, created some php files and got it all working
But when I'm creating a new main page with that page type the images are getting like 30% smaller than
I have no idea why it's making the images smaller by 30%
I've been looking in the .css files and php etc but couldn't find anything that could cause this problem

does some one know how to change the image width/height ?

thanks

 
mkly replied on at Permalink Reply
mkly
Hello,
There are a couple of things that could be scaling images. Could you explain what you did to add them?

Did you add them through the "Add Block"->Image?

Or are you doing this through the api code
$f = File::getByID($fileID)
$im = Loader::helper('image');
$im->output($f);


Or maybe something else?
DragonHunter replied on at Permalink Reply
I don't know who added the images in the page, I was just a guy who needed to add the page type for ther website
But it's really strange since I can't even reach the images at the page or anything on it
I'm full admin but I can't select anything in the page
It's just 1 big block
DragonHunter replied on at Permalink Reply
nvm I fixed it, seem'd like it came from some plugin lol