Hi,
Using the script above I have a really simple full height image div. Now with min and max:
html, body{
white-space: nowrap;
margin: 0px;
background:#f1f1f1;
Type: Posts; User: pressppm; Keyword(s):
Hi,
Using the script above I have a really simple full height image div. Now with min and max:
html, body{
white-space: nowrap;
margin: 0px;
background:#f1f1f1;
Any ideas?
I'm using the files that are here:
https://github.com/buildinternet/supersized/pull/83
Hi,
No i don't have any other iframes. It's really stripped down so there's not much on the page at all really.
Hi,
I am using a shortcode to display a vimeo video.
{type:'VIMEO', video_id : "123456", title : 'title of video', thumb : '#'}
It works perfectly, however as i'm using this shortcode I...
Hi.
I think i've got it sorted from that thanks! I've added the min/max in css and now it works fine.
I'm not too fussed about the margin appearing once the image reaches it's max height. It's...
That's perfect! I didn't know it would be that simple. I just couldn't figure it out in my head.
Your point about the image sizes is a good point. And is the bit i was struggling to understand.
I...
Hi. Thanks for your replies!
I have done a simple diagram of what i'm after.
Basically the images will be in a div and display horizontally.
But i want the div to scale to always fit the height...
Any ideas of a script that can do this?
Hi,
I'm trying to create simple div of images that scrolls horizontally.
However, i'm trying to make the image fill(resize/scale) to fit the height of the users screen is. (Potentially adding a...