Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Working with Images in WordPress
Search
Hudson
July 09, 2013
How-to & DIY
0
66
Working with Images in WordPress
A presentation at the WordPress Charleston User Group meetup - July 9, 2013
Hudson
July 09, 2013
Tweet
Share
More Decks by Hudson
See All by Hudson
Getting Started with Multilingual Websites on WordPress
karlhudsonphillips
0
190
Getting Started with Multilingual Websites on WordPress
karlhudsonphillips
0
190
Website Design for Success - Why Mobile Matters
karlhudsonphillips
0
250
WordPress Tips and Ticks, Part 1
karlhudsonphillips
0
120
The WordPress Community
karlhudsonphillips
0
120
Other Decks in How-to & DIY
See All in How-to & DIY
How to create better speaker proposals
logico_jp
2
940
How to make the Groovebox
asonas
2
1.6k
JAWS-UG/AWSコミュニティ -JAWS-UGくまもと#16
awsjcpm
1
120
LLMはTRPGのGMができる(確信)
kgmkm
0
1.3k
こんなにあるの? 最近のIPAトレンドを ざっくりまとめてみた
watany
4
1k
Xの"だるま"とコナミコマンド #iotlt #obniz
n0bisuke2
0
210
LT(Lightning Talk)のドキドキ感を共有する IoT ぼっとを作った話
scbc1167
1
230
JAWS-UG Community Upadate - JAWS-UG 熊本
awsjcpm
2
160
JAWS-UGのご紹介 JAWS-UGとは?
awsjcpm
0
5.2k
ミシンと刺繍とOSS
godan
3
120
2025年03月02日 メイカーズながおかまつり での講演 「コミュニティベースでの製品開発ものづくりフェアの役割」
takasumasakazu
0
250
BlueTeamer勉強会 Security Onion編 激闘!Importノード
disconinja
1
370
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.8k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Building Applications with DynamoDB
mza
96
6.6k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
183
54k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
How GitHub (no longer) Works
holman
314
140k
Speed Design
sergeychernyshev
32
1.1k
Docker and Python
trallard
45
3.5k
Faster Mobile Websites
deanohume
309
31k
Gamification - CAS2011
davidbonilla
81
5.4k
The Invisible Side of Design
smashingmag
301
51k
Transcript
None
None
• Twin-island Republic of Trinidad and Tobago
None
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager • Freelance designer
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager • Freelancer / Wanna-be cyclist • Washed up soccer player
None
What we’ll cover: • Inserting Images into Posts & Pages
• Image Processing & Media Settings • Using the Media Library
None
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL Via the drag & drop multi-file uploader
None
WordPress gives us 4 options: • Insert Media ~ Demonstration
• Create a photo gallery • Add a Featured Image • Insert from URL
Things to consider: • Alternative Text (ALT) – Section 508
& U.S. Web Accessibility Laws – Search Engine Optimization – Offers help when Images aren’t visible • Title – Visible on hover
WordPress gives us 4 options: • Insert Media • Create
a photo gallery ~ Demonstration • Add a Featured Image • Insert from URL
*Jetpack Plugin: • Carousel – Immersive full-screen experience • Tiled
Galleries – Elegant magazine-style mosaic layouts * enabled on WordPress.com sites
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL
None
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL
None
WordPress default CSS classes • .alignnone • .aligncenter • .alignright
• .alignleft • a img.alignright, a img.alignnone, a img.alignleft, a img.aligncenter
WordPress default CSS classes (continued) • .wp-caption • .wp-caption.alignnone •
.wp-caption.alignleft • .wp-caption.alignright • .wp-caption img • .wp-caption p.wp-caption-text ~ http://codex.wordpress.org/CSS
None
Please, don’t upload the image directly from the camera
3 different sizing parameters one can set • Thumbnail size
• Medium size • Large size
3 different sizing parameters one can set • Thumbnail size
– Cropped version of original image • Medium size • Large size
3 different sizing parameters one can set • Thumbnail size
• Medium size – Full image, downsized to set criteria • Large size
3 different sizing parameters one can set • Thumbnail size
• Medium size • Large size – Full image, downsized to set criteria
None
ford.jpg - 1000px by 1500px • ford.jpg (original) • ford-150x150.jpg
• ford-300x300.jpg • ford-960x1024.jpg
None
bike.jpg – 250px by 350px • bike.jpg (original) • bike-150x150.jpg
• bike-250x300.jpg
Set maximum content width in functions.php <?php if ( !
isset( $content_width ) ) $content_width = 960; /* pixels */ ?>
None
The media library • Visual representation of all files •
Browse and manage attached files • Add new media
None
None
None
None