Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Would like to add some image effects - not quite sure how though!

Featured Replies

Hi all! I am feeling a little out of my depth (not much new here then,lol!) today. I would like to replace a static image on my home page with a series of fade in/out images. Does this snippet of code make sense to any of you and how would I place this into the existing html of the page? Ps; sorry about this, you all seem to know so much more about this than me!)

 

$('#placeholder').crossSlide({

sleep: 2,

fade: 1

}, [

{ src: 'purpleflora.jpg' },

{ src: 'bathoils.jpg' },

{ src: 'lavender-field.jpg' },

{ src: 'marigolds.jpg' }

]);

  • Author

Thanks for that; it is a little more enlightening - I was just wondering if this script would work if I tried using the google api jquery library and how to do it.

Find this line

<script src="jquery.min.js"></script>

 

and replace with this one

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>

 

That will hook the page up to the jQuery library hosted by Google

  • Author

Thanks, I will try it. That sounds like what I have been looking for; two days ago I had never even heard of jquery so it is sometimes a little tricky identifying the right bits of info by yourself! The only other thing vexing me right now is that I can't see how the images would repeat! I need them to continue changing from one to another, to another etc - like on a loop - but I can't find a clear answer anywhere about this. I have read it mentioned that I would need a particular plugin for this???!!!???What that is and what on earth i'd do with it are beyond me - Clueless,lol!

  • Author

Thanks for your help guys; you have pointed me in the right direction. Just one more thing though; the cycle plugin...(i am about to show my self up now,lol!) when i download it where do i install it?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.