In beamer, why do images seem to be distorted when using 16:9 ratio?












0















I am having a slight issue. My images in beamer seem to be distorted when using a 16:9 aspect ratio, but fine if I do standard 4:3.



Can anyone provide any assistance or help with this?



Thanks.



EDIT:



To include images, I use the following code



includegraphics[scale=x.xx]{NAME.png}


where x.xx is changed to have the image fit on the slide properly. Usually it is set to betwee 0.60 and 0.80.










share|improve this question

























  • Please show is how you include your images. The most likely explanation would be that you specify both the with and the height of your images.

    – samcarter
    Mar 11 at 10:41













  • Added to original post. I don't specify widths/heights, only a scaling parameter.

    – eBopBob
    Mar 11 at 10:44











  • Can you make a minimal working example (MWE) that reproduces the problem?

    – samcarter
    Mar 11 at 10:46













  • Do your mean "smaller compared to the paper width" if you say distorted?

    – samcarter
    Mar 11 at 10:48


















0















I am having a slight issue. My images in beamer seem to be distorted when using a 16:9 aspect ratio, but fine if I do standard 4:3.



Can anyone provide any assistance or help with this?



Thanks.



EDIT:



To include images, I use the following code



includegraphics[scale=x.xx]{NAME.png}


where x.xx is changed to have the image fit on the slide properly. Usually it is set to betwee 0.60 and 0.80.










share|improve this question

























  • Please show is how you include your images. The most likely explanation would be that you specify both the with and the height of your images.

    – samcarter
    Mar 11 at 10:41













  • Added to original post. I don't specify widths/heights, only a scaling parameter.

    – eBopBob
    Mar 11 at 10:44











  • Can you make a minimal working example (MWE) that reproduces the problem?

    – samcarter
    Mar 11 at 10:46













  • Do your mean "smaller compared to the paper width" if you say distorted?

    – samcarter
    Mar 11 at 10:48
















0












0








0








I am having a slight issue. My images in beamer seem to be distorted when using a 16:9 aspect ratio, but fine if I do standard 4:3.



Can anyone provide any assistance or help with this?



Thanks.



EDIT:



To include images, I use the following code



includegraphics[scale=x.xx]{NAME.png}


where x.xx is changed to have the image fit on the slide properly. Usually it is set to betwee 0.60 and 0.80.










share|improve this question
















I am having a slight issue. My images in beamer seem to be distorted when using a 16:9 aspect ratio, but fine if I do standard 4:3.



Can anyone provide any assistance or help with this?



Thanks.



EDIT:



To include images, I use the following code



includegraphics[scale=x.xx]{NAME.png}


where x.xx is changed to have the image fit on the slide properly. Usually it is set to betwee 0.60 and 0.80.







beamer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 11 at 10:43







eBopBob

















asked Mar 11 at 10:32









eBopBobeBopBob

436




436













  • Please show is how you include your images. The most likely explanation would be that you specify both the with and the height of your images.

    – samcarter
    Mar 11 at 10:41













  • Added to original post. I don't specify widths/heights, only a scaling parameter.

    – eBopBob
    Mar 11 at 10:44











  • Can you make a minimal working example (MWE) that reproduces the problem?

    – samcarter
    Mar 11 at 10:46













  • Do your mean "smaller compared to the paper width" if you say distorted?

    – samcarter
    Mar 11 at 10:48





















  • Please show is how you include your images. The most likely explanation would be that you specify both the with and the height of your images.

    – samcarter
    Mar 11 at 10:41













  • Added to original post. I don't specify widths/heights, only a scaling parameter.

    – eBopBob
    Mar 11 at 10:44











  • Can you make a minimal working example (MWE) that reproduces the problem?

    – samcarter
    Mar 11 at 10:46













  • Do your mean "smaller compared to the paper width" if you say distorted?

    – samcarter
    Mar 11 at 10:48



















Please show is how you include your images. The most likely explanation would be that you specify both the with and the height of your images.

– samcarter
Mar 11 at 10:41







Please show is how you include your images. The most likely explanation would be that you specify both the with and the height of your images.

– samcarter
Mar 11 at 10:41















Added to original post. I don't specify widths/heights, only a scaling parameter.

– eBopBob
Mar 11 at 10:44





Added to original post. I don't specify widths/heights, only a scaling parameter.

– eBopBob
Mar 11 at 10:44













Can you make a minimal working example (MWE) that reproduces the problem?

– samcarter
Mar 11 at 10:46







Can you make a minimal working example (MWE) that reproduces the problem?

– samcarter
Mar 11 at 10:46















Do your mean "smaller compared to the paper width" if you say distorted?

– samcarter
Mar 11 at 10:48







Do your mean "smaller compared to the paper width" if you say distorted?

– samcarter
Mar 11 at 10:48












1 Answer
1






active

oldest

votes


















3














The scale option scales the image relative to the original size of the image. If you change the aspectratio of the beamer slide, the paper with changes and the image will look smaller compared to the width of the frame. If this is not the behaviour you want, you can specify the with of the image relative to the width of the frame:



documentclass[
aspectratio=169
]{beamer}


begin{document}

begin{frame}
includegraphics[scale=0.5]{example-image-duck}
end{frame}

begin{frame}
includegraphics[width=.5textwidth]{example-image-duck}
end{frame}

end{document}





share|improve this answer
























  • would keepaspectratio option, not work here?

    – Raaja
    Mar 11 at 11:45











  • @Raaja I don't think the images are actually distorted, so I don't think keepaspectratio would help -- but I hope the OP will further clarify the question

    – samcarter
    Mar 11 at 11:50











  • Ahhh, like that, clear!

    – Raaja
    Mar 11 at 11:53











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478870%2fin-beamer-why-do-images-seem-to-be-distorted-when-using-169-ratio%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














The scale option scales the image relative to the original size of the image. If you change the aspectratio of the beamer slide, the paper with changes and the image will look smaller compared to the width of the frame. If this is not the behaviour you want, you can specify the with of the image relative to the width of the frame:



documentclass[
aspectratio=169
]{beamer}


begin{document}

begin{frame}
includegraphics[scale=0.5]{example-image-duck}
end{frame}

begin{frame}
includegraphics[width=.5textwidth]{example-image-duck}
end{frame}

end{document}





share|improve this answer
























  • would keepaspectratio option, not work here?

    – Raaja
    Mar 11 at 11:45











  • @Raaja I don't think the images are actually distorted, so I don't think keepaspectratio would help -- but I hope the OP will further clarify the question

    – samcarter
    Mar 11 at 11:50











  • Ahhh, like that, clear!

    – Raaja
    Mar 11 at 11:53
















3














The scale option scales the image relative to the original size of the image. If you change the aspectratio of the beamer slide, the paper with changes and the image will look smaller compared to the width of the frame. If this is not the behaviour you want, you can specify the with of the image relative to the width of the frame:



documentclass[
aspectratio=169
]{beamer}


begin{document}

begin{frame}
includegraphics[scale=0.5]{example-image-duck}
end{frame}

begin{frame}
includegraphics[width=.5textwidth]{example-image-duck}
end{frame}

end{document}





share|improve this answer
























  • would keepaspectratio option, not work here?

    – Raaja
    Mar 11 at 11:45











  • @Raaja I don't think the images are actually distorted, so I don't think keepaspectratio would help -- but I hope the OP will further clarify the question

    – samcarter
    Mar 11 at 11:50











  • Ahhh, like that, clear!

    – Raaja
    Mar 11 at 11:53














3












3








3







The scale option scales the image relative to the original size of the image. If you change the aspectratio of the beamer slide, the paper with changes and the image will look smaller compared to the width of the frame. If this is not the behaviour you want, you can specify the with of the image relative to the width of the frame:



documentclass[
aspectratio=169
]{beamer}


begin{document}

begin{frame}
includegraphics[scale=0.5]{example-image-duck}
end{frame}

begin{frame}
includegraphics[width=.5textwidth]{example-image-duck}
end{frame}

end{document}





share|improve this answer













The scale option scales the image relative to the original size of the image. If you change the aspectratio of the beamer slide, the paper with changes and the image will look smaller compared to the width of the frame. If this is not the behaviour you want, you can specify the with of the image relative to the width of the frame:



documentclass[
aspectratio=169
]{beamer}


begin{document}

begin{frame}
includegraphics[scale=0.5]{example-image-duck}
end{frame}

begin{frame}
includegraphics[width=.5textwidth]{example-image-duck}
end{frame}

end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 11 at 10:53









samcartersamcarter

92.2k7105298




92.2k7105298













  • would keepaspectratio option, not work here?

    – Raaja
    Mar 11 at 11:45











  • @Raaja I don't think the images are actually distorted, so I don't think keepaspectratio would help -- but I hope the OP will further clarify the question

    – samcarter
    Mar 11 at 11:50











  • Ahhh, like that, clear!

    – Raaja
    Mar 11 at 11:53



















  • would keepaspectratio option, not work here?

    – Raaja
    Mar 11 at 11:45











  • @Raaja I don't think the images are actually distorted, so I don't think keepaspectratio would help -- but I hope the OP will further clarify the question

    – samcarter
    Mar 11 at 11:50











  • Ahhh, like that, clear!

    – Raaja
    Mar 11 at 11:53

















would keepaspectratio option, not work here?

– Raaja
Mar 11 at 11:45





would keepaspectratio option, not work here?

– Raaja
Mar 11 at 11:45













@Raaja I don't think the images are actually distorted, so I don't think keepaspectratio would help -- but I hope the OP will further clarify the question

– samcarter
Mar 11 at 11:50





@Raaja I don't think the images are actually distorted, so I don't think keepaspectratio would help -- but I hope the OP will further clarify the question

– samcarter
Mar 11 at 11:50













Ahhh, like that, clear!

– Raaja
Mar 11 at 11:53





Ahhh, like that, clear!

– Raaja
Mar 11 at 11:53


















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478870%2fin-beamer-why-do-images-seem-to-be-distorted-when-using-169-ratio%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?