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:
Mobile Device
I DONT WANT BE LIKE THIS :
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
add a comment |
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:
Mobile Device
I DONT WANT BE LIKE THIS :
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
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
add a comment |
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:
Mobile Device
I DONT WANT BE LIKE THIS :
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
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:
Mobile Device
I DONT WANT BE LIKE THIS :
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
html css twitter-bootstrap responsive
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
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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