Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I would like to embed a smartphone in my website and display webpages in its screen. Everything would be in html(I prefer 5), css and js and I dont know if there is any plugin that does this because I have no idea how to do it.
Thank you in advance
Insert an image of a phone on the page, with the correct dimensions so the screen is big enough on the phone.
Make a div with the screens dimensions and position it on top of the phone image.
Insert an iframe in the div with both width and height set to 100%.
Use a predetermined URL in the iframe, or set one dynamically with JS.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I was browsing through random websites when i came across this site called canva.com and its homepage interested me a lot. It has a blurred background and when you hover through it, it becomes sharp. I tried to check out its source code but, could not figure out how they did it?
I tried to check the background image when the mouse is hovered and every time i check it, it is a different background image for different position. I don't think that the designer made all possible images and uploaded, that would not be efficient perhaps. I think that the images are dynamically generated.
Anyone else have any idea as to how it can be done?? Please check it out.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am in need of a js slider that allows me to display both landscape and portrait oriented images. The overflow of these images must be the same height on the top and bottom (ie. vertical-align: middle;). I've tried to do this with by adding code to my current slider with the name Nivo-slider but it does not work as good as I would like to.
Is there a slider that does this for me?
you can use Cycle.js version2 that have vertical height feature,
check this:
http://jquery.malsup.com/cycle2/demo/center.php
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a Mindtouch powered website that seems to hate jQuery. If I load it up it comes in conflict site some CMS native JavaScript and makes my site navigation stop functioning.
I have been looking for days for a nice lightbox written in JavaScript not jQuery that will automatically lightbox all links to images that have an image as content.
<a href='someimage.jpeg,jpg,png,gif'><img src='thumb.jpeg,jpg,png,gif'/></a>
If anyone can point out at least one plese.
Google was not good help for me as all results are jQuery based except some ancient ones that just look terrible.
Shutter Reloaded
Not very animated but very nice lightbox.
I made some changes to the bottom buttons but I love the real full-screen feature.
More importantly it's small compact and no jQuery required.
http://www.laptoptips.ca/javascripts/shutter-reloaded/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there a JQuery plugin that lets me "overlay" text on top of an image, via a transparent background?
Similar to this:
On the bottom layer, there's a picture. Then a transparent grey. Then the white text.
How can I easily do this in jQuery?
Use a set opacity to around 60%, with background-color, it should look exactly like that.
Like this ?
It is just CSS. You can had a toggle on the .caption if needed... So no plugin needed.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Because it is not possible to force the iPhone to bookmark a webpage, I want a little arrow/bow to drop down to notify people to bookmark my mobile web page.
For any future viewers I would like to add http://cubiq.org/add-to-home-screen
I don't think your question is limited to the iPhone. There are several implementations of "sliding" panels/boxes implemented in jQuery.
Check out this one. It's a login panel that slides when you click it, but I'm sure you could adapt it to be a ribbon that slides down after the page is rendered.