Zoom out on small screen in website already responsive











up vote
1
down vote

favorite












I have a problem with a small screen size.I have created a website that is responsive using bootstrap,but I have a problem with a table that has a lot of data which means the table is large.



Example:



EXAMPLE LARGE TABLE



Mobile Device



I DONT WANT BE LIKE THIS :



TABLE MOBILE DEVICE1



TABLE ON MOBILE DEVICE



Can you just zoom out on a large table? not with other content just the table that can be zoom out










share|improve this question
























  • i just using this <meta name="viewport" content="width=device-width, initial-scale=1.0">
    – Faris Dewantoro
    Nov 9 at 8:22










  • its still same, its because iam using bootstrap class table table-responsive @Aetheris
    – Faris Dewantoro
    Nov 9 at 8:28












  • w3schools.com/howto/howto_css_zoom_hover.asp maybe this kind of trick? Hopefully that helps? (just not on hover but always)
    – Rustyjim
    Nov 9 at 8:47

















up vote
1
down vote

favorite












I have a problem with a small screen size.I have created a website that is responsive using bootstrap,but I have a problem with a table that has a lot of data which means the table is large.



Example:



EXAMPLE LARGE TABLE



Mobile Device



I DONT WANT BE LIKE THIS :



TABLE MOBILE DEVICE1



TABLE ON MOBILE DEVICE



Can you just zoom out on a large table? not with other content just the table that can be zoom out










share|improve this question
























  • i just using this <meta name="viewport" content="width=device-width, initial-scale=1.0">
    – Faris Dewantoro
    Nov 9 at 8:22










  • its still same, its because iam using bootstrap class table table-responsive @Aetheris
    – Faris Dewantoro
    Nov 9 at 8:28












  • w3schools.com/howto/howto_css_zoom_hover.asp maybe this kind of trick? Hopefully that helps? (just not on hover but always)
    – Rustyjim
    Nov 9 at 8:47















up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have a problem with a small screen size.I have created a website that is responsive using bootstrap,but I have a problem with a table that has a lot of data which means the table is large.



Example:



EXAMPLE LARGE TABLE



Mobile Device



I DONT WANT BE LIKE THIS :



TABLE MOBILE DEVICE1



TABLE ON MOBILE DEVICE



Can you just zoom out on a large table? not with other content just the table that can be zoom out










share|improve this question















I have a problem with a small screen size.I have created a website that is responsive using bootstrap,but I have a problem with a table that has a lot of data which means the table is large.



Example:



EXAMPLE LARGE TABLE



Mobile Device



I DONT WANT BE LIKE THIS :



TABLE MOBILE DEVICE1



TABLE ON MOBILE DEVICE



Can you just zoom out on a large table? not with other content just the table that can be zoom out







html css twitter-bootstrap responsive






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 9 at 9:37









Brian Tompsett - 汤莱恩

4,163133699




4,163133699










asked Nov 9 at 8:05









Faris Dewantoro

507




507












  • i just using this <meta name="viewport" content="width=device-width, initial-scale=1.0">
    – Faris Dewantoro
    Nov 9 at 8:22










  • its still same, its because iam using bootstrap class table table-responsive @Aetheris
    – Faris Dewantoro
    Nov 9 at 8:28












  • w3schools.com/howto/howto_css_zoom_hover.asp maybe this kind of trick? Hopefully that helps? (just not on hover but always)
    – Rustyjim
    Nov 9 at 8:47




















  • i just using this <meta name="viewport" content="width=device-width, initial-scale=1.0">
    – Faris Dewantoro
    Nov 9 at 8:22










  • its still same, its because iam using bootstrap class table table-responsive @Aetheris
    – Faris Dewantoro
    Nov 9 at 8:28












  • w3schools.com/howto/howto_css_zoom_hover.asp maybe this kind of trick? Hopefully that helps? (just not on hover but always)
    – Rustyjim
    Nov 9 at 8:47


















i just using this <meta name="viewport" content="width=device-width, initial-scale=1.0">
– Faris Dewantoro
Nov 9 at 8:22




i just using this <meta name="viewport" content="width=device-width, initial-scale=1.0">
– Faris Dewantoro
Nov 9 at 8:22












its still same, its because iam using bootstrap class table table-responsive @Aetheris
– Faris Dewantoro
Nov 9 at 8:28






its still same, its because iam using bootstrap class table table-responsive @Aetheris
– Faris Dewantoro
Nov 9 at 8:28














w3schools.com/howto/howto_css_zoom_hover.asp maybe this kind of trick? Hopefully that helps? (just not on hover but always)
– Rustyjim
Nov 9 at 8:47






w3schools.com/howto/howto_css_zoom_hover.asp maybe this kind of trick? Hopefully that helps? (just not on hover but always)
– Rustyjim
Nov 9 at 8:47



















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fstackoverflow.com%2fquestions%2f53221891%2fzoom-out-on-small-screen-in-website-already-responsive%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • 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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2fstackoverflow.com%2fquestions%2f53221891%2fzoom-out-on-small-screen-in-website-already-responsive%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







這個網誌中的熱門文章

Tangent Lines Diagram Along Smooth Curve

Yusuf al-Mu'taman ibn Hud

Zucchini