jCarousel vertical and horizontal photos - javascript

Here is my website
http://81.198.86.35:8084/nv/course/10/
I have vertical and horizontal photos. I need different width, but jCarousel makes all widths the same. How to make different widths?

Related

Make a tall image responsive with snap scrolling

I have a high resolution image I want to use for a simple yet responsive "coming soon page." The image is 3 times taller than it is wide and itself contains a logo and some centered text strewn across three panes as in this example.
To make this webpage work on both large and small screens it would be great to
Auto resize the image height to 3 times the browser height
Maintain aspect ratio
Set a minimum image pixel width so that "Widest Text Blurb" is never cutoff
Allow the image to overflow as necessary to accomplish 1. without creating a horizontal scroll bar
It would be awesome to scroll snap between panes.
Parts Of The Solution
In the beginning I was using vw or vh on width or height settings but perhaps I should be scaling to something other than the viewport.
Aspect ratio is maintained by specifying the width, or the height, but not both,
Just use CSS min-width
This SO post and answered fiddle help but breaks when I try scaling the image.
I've experimented with cutting the image into 3 different images and placing them in divs in this scroll snap demo but the panes end up overlapping. Scrolling wouldn't necessarily have to show an entire pane but should snap to the horizontal center of a pane
How can I mix the partial solutions above (or others) to make an image scale as described? I have a ton of failed Fiddles I could share but none of them really give a starting advantage.
UPDATE
The text depicted in the imgr link isn't a placeholder for text that will be in divs but is itself in the image. Apologies for any confusion

Dynamically resize Bootstrap panels on panel collapse/minimize

I have a page where there are 3 panels adjacent to each other with width 4-4-4.
I am looking for a solution by which if any of the columns if minimized/collapsed.... then the other 2 panels could resize itself and take the space left behind by the collapsed panel and make their width 6-6.
Same again if of the remaining 2 panels if any of them if collapsed the left over panel should resize itself to take over the whole page 12.
Is there any javascript library available which gives me a optimum solution for this?

Center box grid horizontally and vertically with stamp in the middle

The website I am building requires to have grid of images where one image is in the middle no matter how many images there are in the grid. This is in fluid layout and images are supposed to be editable by website admin and only height is fixed.
Image explanation:
I was thinking to use something as Masonry or Packery but those don't provide any centred layout options. What approach would you take to sort this out?
To approach this problem, I would have each row of images be inside of a container. Then you could absolutely position the container based upon calculations to center the "stamp."

Touch Scrolling in HTML5 with Multiple Columns

How can iScroll5 or HTML5 be used to allow touch/momentum scrolling with these attributes:
A Table with many items, and each item has many columns
Scrolls vertically and horizontally
Header is fixed vertically, but header scrolls horizontally with columns
In this scenario, vertical scrolling would affect which list items are displayed, and horizontal scrolling would affect which columns are displayed for the visible list items.
To see an example of this go here and click on "100" to show 100 records:
http://www.tablefixedheader.com/fullpagedemo
This example works correctly except for the scrolling does not have a touch/momentum/flick action.

jQuery Mobile horizontal scrollable divs (dynamic multiple columns but 1 row)

Is there a way in jQuery Mobile to create a layout with dynamic multiple columns that is scrollable horizontally. (Something like a infinite carousel / picture slideshow but with DIVs and not images.)
You may want to take a look at iScroll-4. This can be used for vertical and horizontal scrollers

Categories